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