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