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