Hi there - when using Michael® (example) in a header field the ® comes out much larger than desired. Option R works to reduce the size of the symbol in regular text boxes.
Screenshot for reference - it is at the top of a list Screenshot-2024-05-20-at-2-59-01-PM hosted at ImgBB — ImgBB ® did not work.
Hi Michael,
Give this a try: Michael<sup>®</sup>
Michael®
Craiger,

It works to some degree but it still looks way big in an H1
Hi Michael,
Try this: <span style="font-size: .8em"><sup>®</sup></span>
and adjust the em size to taste.
If you make the reg mark too small it may drop lower than you want. Just add another sup tag, like this: <span style="font-size: .6em"><sup><sup>®</sup></sup></span>
Hope this helps!