| Nombre del símbolo | Dingbat Negative Circled Digit Four |
| Versión Unicode | 1.1 |
| Unicode | U+2779 |
| Bloque Unicode | |
| Categoría general | Number (No) |
| UTF-8 | E2 9D B9 |
| UTF-16 | 2779 |
| UTF-32 | 00002779 |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDDIGITFOUR}4\end{document}Puedes escribir el símbolo dingbat negative circled digit four en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Dingbat Negative Circled Digit Four en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2779 |
| Código hexadecimal | 0x2779 |
| Código HTML | ❹ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITFOUR} |
| Símbolo | ❹ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%B9 |
| Nombre oral / lector de pantalla | Dingbat Negative Circled Digit Four |