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