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