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