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