Circled Digit Seven

Shortcodes

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

Unicode
U+2466
HTML Code
⑦
HEX Code
⑦
CSS Code
\2466
JS/JSON
\u2466
Unix/C/PHP/JAVA
0x2466
URL-encode
%E2%91%A6
copied

Customize Circled Digit Seven Symbol

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

Insert ⑦ Circled Digit Seven using HTML

1. Copy-paste Circled Digit Seven directly:
<span>⑦</span>
2. HTML Decimal Code:
<span>&#9318;</span>
3. Hexadecimal Code:
<span>&#x2466;</span>
Preview:

Add Circled Digit Seven symbol with CSS

.circled-digit-seven::before {
    content: '\\2466';
}
Preview: Circled Digit Seven

Circled Digit Seven JavaScript Code

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