String.replace(); help

I have a string: “this is some test®”

And I need to to replace ® with the actual symbol. I have tried everything to get str.replace to replace this, but I can’t seem to get it to work. Can anyone help me out?