I am trying to represent the trademark character in an RTF document. In HTML, I can use the entity ™, which generates the character ™.
This does not work in RTF. I have also tried &#U153; but that does not work either.
Any ideas on how to do this?
I went into TextEdit on a Mac, wrote this:
and found it in the RTF as
Does that answer your question?