| Symbolname | Dingbat Negative Circled Digit Six |
| Unicode-Version | 1.1 |
| Unicode | U+277B |
| Unicode-Block | |
| Allgemeine Kategorie | Number (No) |
| CSS-Code |
| UTF-8 | E2 9D BB |
| UTF-16 | 277B |
| UTF-32 | 0000277B |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDDIGITSIX}4\end{document}Sie können das Symbol dingbat negative circled digit six auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Dingbat Negative Circled Digit Six in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
\277B |
| Hexadezimalcode | 0x277B |
| HTML-Code | ❻ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITSIX} |
| Symbol | ❻ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9D%BB |
| Ansagename (Screenreader) | Dingbat Negative Circled Digit Six |