Double Circled Digit Two

Shortcodes

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

Unicode
U+24F6
HTML Code
⓶
HEX Code
⓶
CSS Code
\24F6
JS/JSON
\u24F6
Unix/C/PHP/JAVA
0x24F6
URL-encode
%E2%93%B6
copied

Customize Double Circled Digit Two Symbol

Customize ⓶ symbol as you like and download Double Circled Digit Two 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 Two symbol in HTML, CSS, and JS?

Insert ⓶ Double Circled Digit Two using HTML

1. Copy-paste Double Circled Digit Two directly:
<span>⓶</span>
2. HTML Decimal Code:
<span>&#9462;</span>
3. Hexadecimal Code:
<span>&#x24F6;</span>
Preview:

Add Double Circled Digit Two symbol with CSS

.double-circled-digit-two::before {
    content: '\\24F6';
}
Preview: Double Circled Digit Two

Double Circled Digit Two JavaScript Code

1. Direct Symbol:
document.querySelector('.double-circled-digit-two').textContent = '⓶';
2. Unicode Escape for ⓶:
document.querySelector('.double-circled-digit-two').textContent = '\u24F6';
Preview: