Double Circled Digit Two
⓶
Shortcodes
Copy useful codes for double circled digit two symbol ⓶ to use in websites, apps, blogs, and docs.
Unicode
U+24F6 HTML Code
⓶ HEX Code
⓶ CSS Code
\24F6 JS/JSON
\u24F6 Unix/C/PHP/JAVA
0x24F6 URL-encode
%E2%93%B6 Customize Double Circled Digit Two
Customize ⓶, download it as SVG or PNG, or copy the generated HTML snippet.
⓶
How to use Double Circled Digit Two 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
.double-circled-digit-two::before {
content: '\\24F6';
} Set it in JavaScript
document.querySelector('.double-circled-digit-two').textContent = '⓶';