| Symbol Name | Double Circled Digit Six |
| Unicode Version | 3.2 |
| Unicode | U+24FA |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 93 BA |
| UTF-16 | 24FA |
| UTF-32 | 000024FA |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLECIRCLEDDIGITSIX}4\end{document}You can type the double circled digit six symbol on most modern devices with the help of following methods:
Alt + 9466 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double circled digit six", or use Unicode Hex Input with 24FA.
Ctrl + Shift + U, type 24fa, 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-six::before { content: "\24FA"; }1<span>⓺</span>Double Circled Digit Six symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u24FA' or String.fromCodePoint(9466) |
| Python | '\N{DOUBLE CIRCLED DIGIT SIX}' or chr(9466) |
| Rust | '\u{24FA}' |
| C / C++ | UTF-8 source or wchar_t with U+24FA |
| Go | string(rune(0x24FA)) |
| Ruby | "\u{24FA}" |
\24FA |
| Hex Code | 0x24FA |
| HTML Code | ⓺ |
| LaTeX | \text{DOUBLECIRCLEDDIGITSIX} |
| Symbol | ⓺ |
| URL encode (UTF-8 percent) | %E2%93%BA |
| Spoken / screen reader name | Double Circled Digit Six |