Double Circled Digit Seven

Shortcodes

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

Unicode
U+24FB
HTML Code
⓻
HEX Code
⓻
CSS Code
\24FB
JS/JSON
\u24FB
Unix/C/PHP/JAVA
0x24FB
URL-encode
%E2%93%BB
copied

Customize Double Circled Digit Seven Symbol

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

Insert ⓻ Double Circled Digit Seven using HTML

1. Copy-paste Double Circled Digit Seven directly:
<span>⓻</span>
2. HTML Decimal Code:
<span>&#9467;</span>
3. Hexadecimal Code:
<span>&#x24FB;</span>
Preview:

Add Double Circled Digit Seven symbol with CSS

.double-circled-digit-seven::before {
    content: '\\24FB';
}
Preview: Double Circled Digit Seven

Double Circled Digit Seven JavaScript Code

1. Direct Symbol:
document.querySelector('.double-circled-digit-seven').textContent = '⓻';
2. Unicode Escape for ⓻:
document.querySelector('.double-circled-digit-seven').textContent = '\u24FB';
Preview: