| Symbol Name | Double Circled Digit Seven |
| Unicode Version | 3.2 |
| Unicode | U+24FB |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 93 BB |
| UTF-16 | 24FB |
| UTF-32 | 000024FB |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLECIRCLEDDIGITSEVEN}4\end{document}You can type the double circled digit seven symbol on most modern devices with the help of following methods:
Alt + 9467 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double circled digit seven", or use Unicode Hex Input with 24FB.
Ctrl + Shift + U, type 24fb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with list marker support.
1span.double-circled-digit-seven::before { content: "\24FB"; }1<span>⓻</span>Double Circled Digit Seven symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u24FB' or String.fromCodePoint(9467) |
| Python | '\N{DOUBLE CIRCLED DIGIT SEVEN}' or chr(9467) |
| Rust | '\u{24FB}' |
| C / C++ | UTF-8 source or wchar_t with U+24FB |
| Go | string(rune(0x24FB)) |
| Ruby | "\u{24FB}" |
\24FB |
| Hex Code | 0x24FB |
| HTML Code | ⓻ |
| LaTeX | \text{DOUBLECIRCLEDDIGITSEVEN} |
| Symbol | ⓻ |
| URL encode (UTF-8 percent) | %E2%93%BB |
| Spoken / screen reader name | Double Circled Digit Seven |