Circled Digit Six
⑥
Shortcodes
Copy useful codes for circled digit six symbol ⑥ to use in websites, apps, blogs, and docs.
Unicode
U+2465 HTML Code
⑥ HEX Code
⑥ CSS Code
\2465 JS/JSON
\u2465 Unix/C/PHP/JAVA
0x2465 URL-encode
%E2%91%A5 Customize Circled Digit Six
Customize ⑥, download it as SVG or PNG, or copy the generated HTML snippet.
⑥
How to use Circled Digit Six 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-digit-six::before {
content: '\\2465';
} Set it in JavaScript
document.querySelector('.circled-digit-six').textContent = '⑥';