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