| Nome del simbolo | Upper Right Shadowed White Square |
| Versione Unicode | 1.1 |
| Unicode | U+2752 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9D 92 |
| UTF-16 | 2752 |
| UTF-32 | 00002752 |
1\documentclass{article}2\usepackage{pifont}3\text{UPPERRIGHTSHADOWEDWHITESQUARE}4\end{document}Puoi digitare il simbolo upper right shadowed white square sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Upper Right Shadowed White Square nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2752 |
| Codice esadecimale | 0x2752 |
| Codice HTML | ❒ |
| LaTeX | \text{UPPERRIGHTSHADOWEDWHITESQUARE} |
| Simbolo | ❒ |
| Codifica URL (percentuale UTF-8) | %E2%9D%92 |
| Nome parlato / screen reader | Upper Right Shadowed White Square |