| Symbol Name | Parenthesized Number Nineteen |
| Unicode Version | 1.1 |
| Unicode | U+2486 |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 92 86 |
| UTF-16 | 2486 |
| UTF-32 | 00002486 |
1\documentclass{article}2\usepackage{pifont}3\text{PARENTHESIZEDNUMBERNINETEEN}4\end{document}You can type the parenthesized number nineteen symbol on most modern devices with the help of following methods:
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>Parenthesized Number Nineteen symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\2486 |
| Hex Code | 0x2486 |
| HTML Code | ⒆ |
| LaTeX | \text{PARENTHESIZEDNUMBERNINETEEN} |
| Symbol | ⒆ |
| URL encode (UTF-8 percent) | %E2%92%86 |
| Spoken / screen reader name | Parenthesized Number Nineteen |