| Symbol Name | Lower Right Drop-shadowed White Square |
| Unicode Version | 1.1 |
| Unicode | U+274F |
| Unicode block | |
| General category | 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}You can type the lower right drop-shadowed white square symbol on most modern devices with the help of following methods:
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>Lower Right Drop-shadowed White Square symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x274F |
| HTML Code | ❏ |
| LaTeX | \text{LOWERRIGHTDROP-SHADOWEDWHITESQUARE} |
| Symbol | ❏ |
| URL encode (UTF-8 percent) | %E2%9D%8F |
| Spoken / screen reader name | Lower Right Drop-shadowed White Square |