| 記号名 | Dingbat Negative Circled Digit Nine |
| Unicodeバージョン | 1.1 |
| Unicode | U+277E |
| Unicodeブロック | |
| 一般カテゴリ | Number (No) |
| CSSコード |
| UTF-8 | E2 9D BE |
| UTF-16 | 277E |
| UTF-32 | 0000277E |
1\documentclass{article}2\usepackage{pifont}3\text{DINGBATNEGATIVECIRCLEDDIGITNINE}4\end{document}以下の方法でほとんどの最新デバイスでdingbat negative circled digit nine記号を入力できます:
Alt + 10110 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "dingbat negative circled digit nine", or use Unicode Hex Input with 277E.
Ctrl + Shift + U, type 277e, 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-nine::before { content: "\277E"; }1<span>❾</span>各プログラミング言語におけるDingbat Negative Circled Digit Nine記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u277E' or String.fromCodePoint(10110) |
| Python | '\N{DINGBAT NEGATIVE CIRCLED DIGIT NINE}' or chr(10110) |
| Rust | '\u{277E}' |
| C / C++ | UTF-8 source or wchar_t with U+277E |
| Go | string(rune(0x277E)) |
| Ruby | "\u{277E}" |
\277E |
| 16進コード | 0x277E |
| HTMLコード | ❾ |
| LaTeX | \text{DINGBATNEGATIVECIRCLEDDIGITNINE} |
| 記号 | ❾ |
| URLエンコード(UTF-8パーセント) | %E2%9D%BE |
| 読み上げ名 / スクリーンリーダー | Dingbat Negative Circled Digit Nine |