| Symbol Name | Parenthesized Number Eighteen |
| Unicode Version | 1.1 |
| Unicode | U+2485 |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 92 85 |
| UTF-16 | 2485 |
| UTF-32 | 00002485 |
1\documentclass{article}2\usepackage{pifont}3\text{PARENTHESIZEDNUMBEREIGHTEEN}4\end{document}You can type the parenthesized number eighteen symbol on most modern devices with the help of following methods:
Alt + 9349 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized number eighteen", or use Unicode Hex Input with 2485.
Ctrl + Shift + U, type 2485, 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-eighteen::before { content: "\2485"; }1<span>⒅</span>Parenthesized Number Eighteen symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2485' or String.fromCodePoint(9349) |
| Python | '\N{PARENTHESIZED NUMBER EIGHTEEN}' or chr(9349) |
| Rust | '\u{2485}' |
| C / C++ | UTF-8 source or wchar_t with U+2485 |
| Go | string(rune(0x2485)) |
| Ruby | "\u{2485}" |
\2485 |
| Hex Code | 0x2485 |
| HTML Code | ⒅ |
| LaTeX | \text{PARENTHESIZEDNUMBEREIGHTEEN} |
| Symbol | ⒅ |
| URL encode (UTF-8 percent) | %E2%92%85 |
| Spoken / screen reader name | Parenthesized Number Eighteen |