| Nom du symbole | Negative Circled Digit Zero |
| Version Unicode | 4.0 |
| Unicode | U+24FF |
| Bloc Unicode | |
| Catégorie générale | Number (No) |
| UTF-8 | E2 93 BF |
| UTF-16 | 24FF |
| UTF-32 | 000024FF |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDDIGITZERO}4\end{document}Vous pouvez saisir le symbole negative circled digit zero sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Negative Circled Digit Zero dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\24FF |
| Code hexadécimal | 0x24FF |
| Code HTML | ⓿ |
| LaTeX | \text{NEGATIVECIRCLEDDIGITZERO} |
| Symbole | ⓿ |
| Encodage URL (pourcent UTF-8) | %E2%93%BF |
| Nom oral / lecteur d’écran | Negative Circled Digit Zero |