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