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