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