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