| Nom du symbole | Parenthesized Digit Eight |
| Version Unicode | 1.1 |
| Unicode | U+247B |
| Bloc Unicode | |
| Catégorie générale | Letter Number (Nl) |
| Code CSS |
| UTF-8 | E2 91 BB |
| UTF-16 | 247B |
| UTF-32 | 0000247B |
1\documentclass{article}2\usepackage{pifont}3{⑻}4\end{document}Vous pouvez saisir le symbole parenthesized digit eight sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9339 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized digit eight", or use Unicode Hex Input with 247B.
Ctrl + Shift + U, type 247b, 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-eight::before { content: "\247B"; }1<span>⑻</span>La représentation du symbole Parenthesized Digit Eight dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u247B' or String.fromCodePoint(0x247B) |
| Python | '\N{PARENTHESIZED DIGIT EIGHT}' or chr(9339) |
| Rust | '\u{247B}' |
| C / C++ | UTF-8 source or wchar_t with U+247B |
| Go | string(rune(0x247B)) |
| Ruby | "\u247B" |
\247B |
| Code hexadécimal | 0x247B |
| Code HTML | ⑻ |
| LaTeX | {⑻} |
| Symbole | ⑻ |
| Encodage URL (pourcent UTF-8) | %E2%91%BB |
| Nom oral / lecteur d’écran | Parenthesized Digit Eight |