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