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