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