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