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