| Symboolnaam | Lower Right Drop-shadowed White Square |
| Unicode-versie | 1.1 |
| Unicode | U+274F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9D 8F |
| UTF-16 | 274F |
| UTF-32 | 0000274F |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERRIGHTDROP-SHADOWEDWHITESQUARE}4\end{document}Je kunt het lower right drop-shadowed white square-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10063 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower right drop-shadowed white square", or use Unicode Hex Input with 274F.
Ctrl + Shift + U, type 274f, 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.lower-right-drop-shadowed-white-square::before { content: "\274F"; }1<span>❏</span>De weergave van het Lower Right Drop-shadowed White Square-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u274F' or String.fromCodePoint(10063) |
| Python | '\N{LOWER RIGHT DROP-SHADOWED WHITE SQUARE}' or chr(10063) |
| Rust | '\u{274F}' |
| C / C++ | UTF-8 source or wchar_t with U+274F |
| Go | string(rune(0x274F)) |
| Ruby | "\u{274F}" |
\274F |
| Hexadecimale code | 0x274F |
| HTML-code | ❏ |
| LaTeX | \text{LOWERRIGHTDROP-SHADOWEDWHITESQUARE} |
| Symbool | ❏ |
| URL-codering (UTF-8 procent) | %E2%9D%8F |
| Uitgesproken naam / schermlezer | Lower Right Drop-shadowed White Square |