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