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