| Symboolnaam | Negative Circled Number Twenty |
| Unicode-versie | 3.2 |
| Unicode | U+24F4 |
| Unicode-blok | |
| Algemene categorie | Number (No) |
| CSS-code |
| UTF-8 | E2 93 B4 |
| UTF-16 | 24F4 |
| UTF-32 | 000024F4 |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDNUMBERTWENTY}4\end{document}Je kunt het negative circled number twenty-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9460 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "negative circled number twenty", or use Unicode Hex Input with 24F4.
Ctrl + Shift + U, type 24f4, 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-number-twenty::before { content: "\24F4"; }1<span>⓴</span>De weergave van het Negative Circled Number Twenty-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u24F4' or String.fromCodePoint(9460) |
| Python | '\N{NEGATIVE CIRCLED NUMBER TWENTY}' or chr(9460) |
| Rust | '\u{24F4}' |
| C / C++ | UTF-8 source or wchar_t with U+24F4 |
| Go | string(rune(0x24F4)) |
| Ruby | "\u{24F4}" |
\24F4 |
| Hexadecimale code | 0x24F4 |
| HTML-code | ⓴ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERTWENTY} |
| Symbool | ⓴ |
| URL-codering (UTF-8 procent) | %E2%93%B4 |
| Uitgesproken naam / schermlezer | Negative Circled Number Twenty |