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