| Nom du symbole | Double Circled Digit Four |
| Version Unicode | 3.2 |
| Unicode | U+24F8 |
| Bloc Unicode | |
| Catégorie générale | Number (No) |
| UTF-8 | E2 93 B8 |
| UTF-16 | 24F8 |
| UTF-32 | 000024F8 |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLECIRCLEDDIGITFOUR}4\end{document}Vous pouvez saisir le symbole double circled digit four sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9464 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double circled digit four", or use Unicode Hex Input with 24F8.
Ctrl + Shift + U, type 24f8, 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.double-circled-digit-four::before { content: "\24F8"; }1<span>⓸</span>La représentation du symbole Double Circled Digit Four dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u24F8' or String.fromCodePoint(9464) |
| Python | '\N{DOUBLE CIRCLED DIGIT FOUR}' or chr(9464) |
| Rust | '\u{24F8}' |
| C / C++ | UTF-8 source or wchar_t with U+24F8 |
| Go | string(rune(0x24F8)) |
| Ruby | "\u{24F8}" |
| Code CSS |
\24F8 |
| Code hexadécimal | 0x24F8 |
| Code HTML | ⓸ |
| LaTeX | \text{DOUBLECIRCLEDDIGITFOUR} |
| Symbole | ⓸ |
| Encodage URL (pourcent UTF-8) | %E2%93%B8 |
| Nom oral / lecteur d’écran | Double Circled Digit Four |