Remember our friend ®?
Which should really be more like ®?
Wait... now, with the help of sup { font-size: xx-small ; vertical-align: super } or <span style="font-size: xx-small; vertical-align: super">, it can be here®. Or set the location to text-top® or top® or 50%®. And set the size to suit your tastes...®

 

Text-transform:

<p style="text-transform: capitalize">capitalize will capitalize every word with not an exception</p>

capitalize will capitalize every word with not an exception

 

<p style="text-transform: uppercase">uppercase</p>

uppercase

 

<p style="text-transform: lowercase">LOWERCASE</p>

LOWERCASE

 

 

»