Circled Number Eighteen
⑱
Shortcodes
Copy useful codes for circled number eighteen symbol ⑱ to use in websites, apps, blogs, and docs.
Unicode
U+2471 HTML Code
⑱ HEX Code
⑱ CSS Code
\2471 JS/JSON
\u2471 Unix/C/PHP/JAVA
0x2471 URL-encode
%E2%91%B1 Customize Circled Number Eighteen
Customize ⑱, download it as SVG or PNG, or copy the generated HTML snippet.
⑱
How to use Circled Number Eighteen Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⑱</span> HTML Code:
<span>⑱</span> HEX Code:
<span>⑱</span> Add with CSS
.circled-number-eighteen::before {
content: '\\2471';
} Set it in JavaScript
document.querySelector('.circled-number-eighteen').textContent = '⑱';