| Nombre del símbolo | Lower Right Drop-shadowed White Square |
| Versión Unicode | 1.1 |
| Unicode | U+274F |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo lower right drop-shadowed white square en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Lower Right Drop-shadowed White Square en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\274F |
| Código hexadecimal | 0x274F |
| Código HTML | ❏ |
| LaTeX | \text{LOWERRIGHTDROP-SHADOWEDWHITESQUARE} |
| Símbolo | ❏ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%8F |
| Nombre oral / lector de pantalla | Lower Right Drop-shadowed White Square |