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