Registered Trademark Symbol Largeness when used in header - ®

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>&reg;</sup>

Michael®

Craiger,
Screenshot 2024-06-25 at 5.40.19 PM

It works to some degree but it still looks way big in an H1

Hi Michael,

Try this: <span style="font-size: .8em"><sup>&reg;</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>&reg;</sup></sup></span>

Hope this helps!

Beautimus! Thank you!