| Symboolnaam | Falling Diagonal In White Circle In Black Square |
| Unicode-versie | 5.2 |
| Unicode | U+26DE |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het falling diagonal in white circle in black square-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Falling Diagonal In White Circle In Black Square-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x26DE |
| HTML-code | ⛞ |
| LaTeX | \text{FALLINGDIAGONALINWHITECIRCLEINBLACKSQUARE} |
| Symbool | ⛞ |
| URL-codering (UTF-8 procent) | %E2%9B%9E |
| Uitgesproken naam / schermlezer | Falling Diagonal In White Circle In Black Square |