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