Closed
How can we add trademark symbol ® as a superscript in field value
I have a requirement where I need to add trademark symbol ® as a superscript in field value. Kindly help me to achieve this.
Regards.
***Edited by Moderator Marissa to update Platform Capability tags****
To see attachments, please log in.
Unfortunately unicode does not define
registeredsymbol in superscript form.You are basically asking for a format representation of (part of) the value of the field value.
As a representation, you could encode the value as HTML, like this:
<sup>®</sup>but then you must make sure it is later presented in a HTML context only.