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