| Nom du symbole | Quadrant Upper Left And Lower Left And Lower Right |
| Version Unicode | 3.2 |
| Unicode | U+2599 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 96 99 |
| UTF-16 | 2599 |
| UTF-32 | 00002599 |
1\documentclass{article}2\usepackage{pifont}3\text{QUADRANTUPPERLEFTANDLOWERLEFTANDLOWERRIGHT}4\end{document}Vous pouvez saisir le symbole quadrant upper left and lower left and lower right sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9625 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "quadrant upper left and lower left and lower right", or use Unicode Hex Input with 2599.
Ctrl + Shift + U, type 2599, 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 block element support.
1span.quadrant-upper-left-and-lower-left-and-lower-right::before { content: "\2599"; }1<span>▙</span>La représentation du symbole Quadrant Upper Left And Lower Left And Lower Right dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2599' or String.fromCodePoint(9625) |
| Python | '\N{QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT}' or chr(9625) |
| Rust | '\u{2599}' |
| C / C++ | UTF-8 source or wchar_t with U+2599 |
| Go | string(rune(0x2599)) |
| Ruby | "\u{2599}" |
| Code CSS |
\2599 |
| Code hexadécimal | 0x2599 |
| Code HTML | ▙ |
| LaTeX | \text{QUADRANTUPPERLEFTANDLOWERLEFTANDLOWERRIGHT} |
| Symbole | ▙ |
| Encodage URL (pourcent UTF-8) | %E2%96%99 |
| Nom oral / lecteur d’écran | Quadrant Upper Left And Lower Left And Lower Right |