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