Double Circled Digit One

Shortcodes

Copy and paste codes for Double Circled Digit One symbol ⓵ to use in your websites, apps, blogs, and more.

Unicode
U+24F5
HTML Code
⓵
HEX Code
⓵
CSS Code
\24F5
JS/JSON
\u24F5
Unix/C/PHP/JAVA
0x24F5
URL-encode
%E2%93%B5
copied

Customize Double Circled Digit One Symbol

Customize ⓵ symbol as you like and download Double Circled Digit One as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Double Circled Digit One symbol in HTML, CSS, and JS?

Insert ⓵ Double Circled Digit One using HTML

1. Copy-paste Double Circled Digit One directly:
<span>⓵</span>
2. HTML Decimal Code:
<span>&#9461;</span>
3. Hexadecimal Code:
<span>&#x24F5;</span>
Preview:

Add Double Circled Digit One symbol with CSS

.double-circled-digit-one::before {
    content: '\\24F5';
}
Preview: Double Circled Digit One

Double Circled Digit One JavaScript Code

1. Direct Symbol:
document.querySelector('.double-circled-digit-one').textContent = '⓵';
2. Unicode Escape for ⓵:
document.querySelector('.double-circled-digit-one').textContent = '\u24F5';
Preview: