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