| Nombre del símbolo | Dingbat Negative Circled Digit Three |
| Versión Unicode | 1.1 |
| Unicode | U+2778 |
| Bloque Unicode | |
| Categoría general | Number (No) |
| UTF-8 | E2 9D B8 |
| UTF-16 | 2778 |
| UTF-32 | 00002778 |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDDIGITTHREE}4\end{document}Puedes escribir el símbolo dingbat negative circled digit three en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10104 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "dingbat negative circled digit three", or use Unicode Hex Input with 2778.
Ctrl + Shift + U, type 2778, 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-three::before { content: "\2778"; }1<span>❸</span>La representación del símbolo Dingbat Negative Circled Digit Three en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2778' or String.fromCodePoint(10104) |
| Python | '\N{DINGBAT NEGATIVE CIRCLED DIGIT THREE}' or chr(10104) |
| Rust | '\u{2778}' |
| C / C++ | UTF-8 source or wchar_t with U+2778 |
| Go | string(rune(0x2778)) |
| Ruby | "\u{2778}" |
| Código CSS |
\2778 |
| Código hexadecimal | 0x2778 |
| Código HTML | ❸ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITTHREE} |
| Símbolo | ❸ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%B8 |
| Nombre oral / lector de pantalla | Dingbat Negative Circled Digit Three |