| 記号名 | Dingbat Negative Circled Digit Six |
| Unicodeバージョン | 1.1 |
| Unicode | U+277B |
| Unicodeブロック | |
| 一般カテゴリ | Number (No) |
| CSSコード |
| UTF-8 | E2 9D BB |
| UTF-16 | 277B |
| UTF-32 | 0000277B |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDDIGITSIX}4\end{document}以下の方法でほとんどの最新デバイスでdingbat negative circled digit six記号を入力できます:
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>各プログラミング言語におけるDingbat Negative Circled Digit Six記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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 |
| 16進コード | 0x277B |
| HTMLコード | ❻ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITSIX} |
| 記号 | ❻ |
| URLエンコード(UTF-8パーセント) | %E2%9D%BB |
| 読み上げ名 / スクリーンリーダー | Dingbat Negative Circled Digit Six |