| Nombre del símbolo | Square With Lower Right Diagonal Half Black |
| Versión Unicode | 1.1 |
| Unicode | U+25EA |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 97 AA |
| UTF-16 | 25EA |
| UTF-32 | 000025EA |
1\documentclass{article}2\usepackage{pifont}3\text{SQUAREWITHLOWERRIGHTDIAGONALHALFBLACK}4\end{document}Puedes escribir el símbolo square with lower right diagonal half black en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9706 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square with lower right diagonal half black", or use Unicode Hex Input with 25EA.
Ctrl + Shift + U, type 25ea, 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.square-with-lower-right-diagonal-half-black::before { content: "\25EA"; }1<span>◪</span>La representación del símbolo Square With Lower Right Diagonal Half Black en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u25EA' or String.fromCodePoint(9706) |
| Python | '\N{SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK}' or chr(9706) |
| Rust | '\u{25EA}' |
| C / C++ | UTF-8 source or wchar_t with U+25EA |
| Go | string(rune(0x25EA)) |
| Ruby | "\u{25EA}" |
| Código CSS |
\25EA |
| Código hexadecimal | 0x25EA |
| Código HTML | ◪ |
| LaTeX | \text{SQUAREWITHLOWERRIGHTDIAGONALHALFBLACK} |
| Símbolo | ◪ |
| Codificación URL (porcentaje UTF-8) | %E2%97%AA |
| Nombre oral / lector de pantalla | Square With Lower Right Diagonal Half Black |