| Nom du symbole | Square With Lower Right Diagonal Half Black |
| Version Unicode | 1.1 |
| Unicode | U+25EA |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole square with lower right diagonal half black sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Square With Lower Right Diagonal Half Black dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\25EA |
| Code hexadécimal | 0x25EA |
| Code HTML | ◪ |
| LaTeX | \text{SQUAREWITHLOWERRIGHTDIAGONALHALFBLACK} |
| Symbole | ◪ |
| Encodage URL (pourcent UTF-8) | %E2%97%AA |
| Nom oral / lecteur d’écran | Square With Lower Right Diagonal Half Black |