| Nome del simbolo | Dingbat Negative Circled Digit Six |
| Versione Unicode | 1.1 |
| Unicode | U+277B |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo dingbat negative circled digit six sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Dingbat Negative Circled Digit Six nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\277B |
| Codice esadecimale | 0x277B |
| Codice HTML | ❻ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITSIX} |
| Simbolo | ❻ |
| Codifica URL (percentuale UTF-8) | %E2%9D%BB |
| Nome parlato / screen reader | Dingbat Negative Circled Digit Six |