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