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