| Nom du symbole | Circled Digit Four |
| Version Unicode | 1.1 |
| Unicode | U+2463 |
| Bloc Unicode | |
| Catégorie générale | Other Number (No) |
| Code CSS | \2463 |
| Code hexadécimal | 0x2463 |
| Code HTML | ④ |
| LaTeX | {④} |
| Symbole | ④ |
| Encodage URL (pourcent UTF-8) | %E2%91%A3 |
| Nom oral / lecteur d’écran | Circled Digit Four |
| UTF-8 | E2 91 A3 |
| UTF-16 | 2463 |
| UTF-32 | 00002463 |
1\documentclass{article}2\usepackage{pifont}3{④}4\end{document}Vous pouvez saisir le symbole circled digit four sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Circled Digit Four dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |