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