79673606

Date: 2025-06-20 15:02:21
Score: 2
Natty:
Report link

you can do this with CSS like that, for a custom post type MY_TYPE :

.type-MY_TYPE h1.entry-title::after
{
    content : "®";
    
    vertical-align : super;
    font-size : smaller;
    line-height : normal;
    
}

you can look here for other ways of making superscript : Superscript in CSS only?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: mmm