Share this post:
[wd_hustle id="blog-posts" type="social_sharing"]If you need to add a trademark or copyright symbol to your WordPress post, here’s how you do it.
Adding Symbols to Your Post Content
Click on your Text tab in your Post edit screen. Put your cursor in the spot where you want to add the symbol.
Trademark Symbol
To add a trademark symbol, copy the following code and paste it where you’ve placed your cursor:
™
Copyright Symbol
To add a copyright symbol, copy the following code and paste it where you’ve placed your cursor:
©
What if I want to add a superscript to my copyright symbol?
No problem! Wrap your HTML code in a superscript tag like this:
<sup>™</sup>
What if I need to add it to my post title?
That’s also no problem. You can use this code in your WordPress title. You won’t be able to see what it looks like when viewing it in the edit screen. You’ll have to click your Preview button to see it in action.