What is the html code to show the registered symbol -


not ® shows registered symbol next text, want small 1 sits on top right hand corner of text. entity code that?

there's none. use <sup> (superscript) put on "top right".

<p>stackoverflow<sup>&reg;</sup></p> 

which should show stackoverflow® instead of stackoverflow®.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -