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