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