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