| Symbolname | Falling Diagonal In White Circle In Black Square |
| Unicode-Version | 5.2 |
| Unicode | U+26DE |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol falling diagonal in white circle in black square auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Falling Diagonal In White Circle In Black Square in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x26DE |
| HTML-Code | ⛞ |
| LaTeX | \text{FALLINGDIAGONALINWHITECIRCLEINBLACKSQUARE} |
| Symbol | ⛞ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9B%9E |
| Ansagename (Screenreader) | Falling Diagonal In White Circle In Black Square |