| Symbol Name | Lower Right Shadowed White Square |
| Unicode Version | 1.1 |
| Unicode | U+2751 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9D 91 |
| UTF-16 | 2751 |
| UTF-32 | 00002751 |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERRIGHTSHADOWEDWHITESQUARE}4\end{document}You can type the lower right shadowed white square symbol on most modern devices with the help of following methods:
Alt + 10065 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower right shadowed white square", or use Unicode Hex Input with 2751.
Ctrl + Shift + U, type 2751, 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-shadowed-white-square::before { content: "\2751"; }1<span>❑</span>Lower Right Shadowed White Square symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2751' or String.fromCodePoint(10065) |
| Python | '\N{LOWER RIGHT SHADOWED WHITE SQUARE}' or chr(10065) |
| Rust | '\u{2751}' |
| C / C++ | UTF-8 source or wchar_t with U+2751 |
| Go | string(rune(0x2751)) |
| Ruby | "\u{2751}" |
\2751 |
| Hex Code | 0x2751 |
| HTML Code | ❑ |
| LaTeX | \text{LOWERRIGHTSHADOWEDWHITESQUARE} |
| Symbol | ❑ |
| URL encode (UTF-8 percent) | %E2%9D%91 |
| Spoken / screen reader name | Lower Right Shadowed White Square |