| Symboolnaam | Parenthesized Digit Eight |
| Unicode-versie | 1.1 |
| Unicode | U+247B |
| Unicode-blok | |
| Algemene categorie | Letter Number (Nl) |
| CSS-code |
| UTF-8 | E2 91 BB |
| UTF-16 | 247B |
| UTF-32 | 0000247B |
1\documentclass{article}2\usepackage{pifont}3{⑻}4\end{document}Je kunt het parenthesized digit eight-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9339 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized digit eight", or use Unicode Hex Input with 247B.
Ctrl + Shift + U, type 247b, 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.parenthesized-digit-eight::before { content: "\247B"; }1<span>⑻</span>De weergave van het Parenthesized Digit Eight-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u247B' or String.fromCodePoint(0x247B) |
| Python | '\N{PARENTHESIZED DIGIT EIGHT}' or chr(9339) |
| Rust | '\u{247B}' |
| C / C++ | UTF-8 source or wchar_t with U+247B |
| Go | string(rune(0x247B)) |
| Ruby | "\u247B" |
\247B |
| Hexadecimale code | 0x247B |
| HTML-code | ⑻ |
| LaTeX | {⑻} |
| Symbool | ⑻ |
| URL-codering (UTF-8 procent) | %E2%91%BB |
| Uitgesproken naam / schermlezer | Parenthesized Digit Eight |