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