| Nom du symbole | Parenthesized Number Twelve |
| Version Unicode | 1.1 |
| Unicode | U+247F |
| Bloc Unicode | |
| Catégorie générale | Number (No) |
| UTF-8 | E2 91 BF |
| UTF-16 | 247F |
| UTF-32 | 0000247F |
1\documentclass{article}2\usepackage{pifont}3\text{PARENTHESIZEDNUMBERTWELVE}4\end{document}Vous pouvez saisir le symbole parenthesized number twelve sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9343 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized number twelve", or use Unicode Hex Input with 247F.
Ctrl + Shift + U, type 247f, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with list marker support.
1span.parenthesized-number-twelve::before { content: "\247F"; }1<span>⑿</span>La représentation du symbole Parenthesized Number Twelve dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u247F' or String.fromCodePoint(9343) |
| Python | '\N{PARENTHESIZED NUMBER TWELVE}' or chr(9343) |
| Rust | '\u{247F}' |
| C / C++ | UTF-8 source or wchar_t with U+247F |
| Go | string(rune(0x247F)) |
| Ruby | "\u{247F}" |
| Code CSS |
\247F |
| Code hexadécimal | 0x247F |
| Code HTML | ⑿ |
| LaTeX | \text{PARENTHESIZEDNUMBERTWELVE} |
| Symbole | ⑿ |
| Encodage URL (pourcent UTF-8) | %E2%91%BF |
| Nom oral / lecteur d’écran | Parenthesized Number Twelve |