| Symboolnaam | Dingbat Negative Circled Digit Six |
| Unicode-versie | 1.1 |
| Unicode | U+277B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het dingbat negative circled digit six-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Dingbat Negative Circled Digit Six-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x277B |
| HTML-code | ❻ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITSIX} |
| Symbool | ❻ |
| URL-codering (UTF-8 procent) | %E2%9D%BB |
| Uitgesproken naam / schermlezer | Dingbat Negative Circled Digit Six |