Convert OnlineConvertOnline

HTML Entity/Symbol®(REGISTERED SIGN )

®
Copy this symbol

REGISTERED SIGN

Click on any of the following code values to copy to clipboard.

®
®
U+000AE
\00ae
®

HTML Examples

Using HTML Code value in HTML file

<span> &#174; </span>

Using HTML Entity value in HTML file

<span> &reg; </span>

CSS Example

Using CSS content code of the HTML entity &reg; to specify in a CSS file

span { 
    content: "\00ae";
}
All HTML Symbols