in reply to search and replace these unique characters

You can also try something like this (do NOT try it on the original until you verify it works the way you want on a copy).

perl -pi -e 's/[^\s[:print:]]//g' [filename]