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