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