| 記号名 | Falling Diagonal In White Circle In Black Square |
| Unicodeバージョン | 5.2 |
| Unicode | U+26DE |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 9B 9E |
| UTF-16 | 26DE |
| UTF-32 | 000026DE |
1\documentclass{article}2\usepackage{pifont}3\text{FALLINGDIAGONALINWHITECIRCLEINBLACKSQUARE}4\end{document}以下の方法でほとんどの最新デバイスでfalling diagonal in white circle in black square記号を入力できます:
Alt + 9950 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "falling diagonal in white circle in black square", or use Unicode Hex Input with 26DE.
Ctrl + Shift + U, type 26de, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.falling-diagonal-in-white-circle-in-black-square::before { content: "\26DE"; }1<span>⛞</span>各プログラミング言語におけるFalling Diagonal In White Circle In Black Square記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u26DE' or String.fromCodePoint(9950) |
| Python | '\N{FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE}' or chr(9950) |
| Rust | '\u{26DE}' |
| C / C++ | UTF-8 source or wchar_t with U+26DE |
| Go | string(rune(0x26DE)) |
| Ruby | "\u{26DE}" |
\26DE |
| 16進コード | 0x26DE |
| HTMLコード | ⛞ |
| LaTeX | \text{FALLINGDIAGONALINWHITECIRCLEINBLACKSQUARE} |
| 記号 | ⛞ |
| URLエンコード(UTF-8パーセント) | %E2%9B%9E |
| 読み上げ名 / スクリーンリーダー | Falling Diagonal In White Circle In Black Square |