| Symbol Name | Dingbat Negative Circled Number Ten |
| Unicode Version | 1.1 |
| Unicode | U+277F |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 9D BF |
| UTF-16 | 277F |
| UTF-32 | 0000277F |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDNUMBERTEN}4\end{document}You can type the dingbat negative circled number ten symbol on most modern devices with the help of following methods:
Alt + 10111 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "dingbat negative circled number ten", or use Unicode Hex Input with 277F.
Ctrl + Shift + U, type 277f, 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-number-ten::before { content: "\277F"; }1<span>❿</span>Dingbat Negative Circled Number Ten symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u277F' or String.fromCodePoint(10111) |
| Python | '\N{DINGBAT NEGATIVE CIRCLED NUMBER TEN}' or chr(10111) |
| Rust | '\u{277F}' |
| C / C++ | UTF-8 source or wchar_t with U+277F |
| Go | string(rune(0x277F)) |
| Ruby | "\u{277F}" |
\277F |
| Hex Code | 0x277F |
| HTML Code | ❿ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDNUMBERTEN} |
| Symbol | ❿ |
| URL encode (UTF-8 percent) | %E2%9D%BF |
| Spoken / screen reader name | Dingbat Negative Circled Number Ten |