| Nome del simbolo | Dingbat Negative Circled Digit One |
| Versione Unicode | 1.1 |
| Unicode | U+2776 |
| Blocco Unicode | |
| Categoria generale | Number (No) |
| UTF-8 | E2 9D B6 |
| UTF-16 | 2776 |
| UTF-32 | 00002776 |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDDIGITONE}4\end{document}Puoi digitare il simbolo dingbat negative circled digit one sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10102 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "dingbat negative circled digit one", or use Unicode Hex Input with 2776.
Ctrl + Shift + U, type 2776, 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-one::before { content: "\2776"; }1<span>❶</span>La rappresentazione del simbolo Dingbat Negative Circled Digit One nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2776' or String.fromCodePoint(10102) |
| Python | '\N{DINGBAT NEGATIVE CIRCLED DIGIT ONE}' or chr(10102) |
| Rust | '\u{2776}' |
| C / C++ | UTF-8 source or wchar_t with U+2776 |
| Go | string(rune(0x2776)) |
| Ruby | "\u{2776}" |
| Codice CSS |
\2776 |
| Codice esadecimale | 0x2776 |
| Codice HTML | ❶ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITONE} |
| Simbolo | ❶ |
| Codifica URL (percentuale UTF-8) | %E2%9D%B6 |
| Nome parlato / screen reader | Dingbat Negative Circled Digit One |