| Symboolnaam | Circled Digit Zero |
| Unicode-versie | 1.1 |
| Unicode | U+24EA |
| Unicode-blok | |
| Algemene categorie | Other Number (No) |
| CSS-code | \24EA |
| Hexadecimale code | 0x24EA |
| HTML-code | ⓪ |
| LaTeX | {⓪} |
| Symbool | ⓪ |
| URL-codering (UTF-8 procent) | %E2%93%AA |
| Uitgesproken naam / schermlezer | Circled Digit Zero |
| UTF-8 | E2 93 AA |
| UTF-16 | 24EA |
| UTF-32 | 000024EA |
1\documentclass{article}2\usepackage{pifont}3{⓪}4\end{document}Je kunt het circled digit zero-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9450 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled digit zero", or use Unicode Hex Input with 24EA.
Ctrl + Shift + U, type 24ea, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.circled-digit-zero::before { content: "\24EA"; }1<span>⓪</span>De weergave van het Circled Digit Zero-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u24EA' or String.fromCodePoint(0x24EA) |
| Python | '\N{CIRCLED DIGIT ZERO}' or chr(9450) |
| Rust | '\u{24EA}' |
| C / C++ | UTF-8 source or wchar_t with U+24EA |
| Go | string(rune(0x24EA)) |
| Ruby | "\u24EA" |