| Symbol Name | Circled Number Ten |
| Unicode Version | 1.1 |
| Unicode | U+2469 |
| Unicode block | |
| General category | Other Number (No) |
| CSS Code | \2469 |
| Hex Code | 0x2469 |
| HTML Code | ⑩ |
| LaTeX | {⑩} |
| Symbol | ⑩ |
| URL encode (UTF-8 percent) | %E2%91%A9 |
| Spoken / screen reader name | Circled Number Ten |
| UTF-8 | E2 91 A9 |
| UTF-16 | 2469 |
| UTF-32 | 00002469 |
1\documentclass{article}2\usepackage{pifont}3{⑩}4\end{document}You can type the circled number ten symbol on most modern devices with the help of following methods:
Alt + 9321 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled number ten", or use Unicode Hex Input with 2469.
Ctrl + Shift + U, type 2469, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.circled-number-ten::before { content: "\2469"; }1<span>⑩</span>Circled Number Ten symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2469' or String.fromCodePoint(0x2469) |
| Python | '\N{CIRCLED NUMBER TEN}' or chr(9321) |
| Rust | '\u{2469}' |
| C / C++ | UTF-8 source or wchar_t with U+2469 |
| Go | string(rune(0x2469)) |
| Ruby | "\u2469" |