Registered Sign
®
Shortcodes
Copy useful codes for registered sign ® to use in websites, apps, blogs, and docs.
Unicode
U+00AE Alt Code
0174 HTML Code
® HTML Entity
® HEX Code
® CSS Code
\00AE JS/JSON
\u00AE Unix/C/PHP/JAVA
0x00AE URL-encode
%C2%AE Customize Registered Sign
Customize ®, download it as SVG or PNG, or copy the generated HTML snippet.
®
How to use Registered Sign in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>®</span> HTML Code:
<span>®</span> HTML Entity:
<span>®</span> HEX Code:
<span>®</span> Add with CSS
.registered-sign::before {
content: '\\00AE';
} Set it in JavaScript
document.querySelector('.registered-sign').textContent = '®';