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