| Symbol Name | Falling Diagonal In White Circle In Black Square |
| Unicode Version | 5.2 |
| Unicode | U+26DE |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 9B 9E |
| UTF-16 | 26DE |
| UTF-32 | 000026DE |
1\documentclass{article}2\usepackage{pifont}3\text{FALLINGDIAGONALINWHITECIRCLEINBLACKSQUARE}4\end{document}You can type the falling diagonal in white circle in black square symbol on most modern devices with the help of following methods:
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 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\26DE |
| Hex Code | 0x26DE |
| HTML Code | ⛞ |
| LaTeX | \text{FALLINGDIAGONALINWHITECIRCLEINBLACKSQUARE} |
| Symbol | ⛞ |
| URL encode (UTF-8 percent) | %E2%9B%9E |
| Spoken / screen reader name | Falling Diagonal In White Circle In Black Square |