| Symbol Name | Quadrant Upper Left |
| Unicode Version | 3.2 |
| Unicode | U+2598 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2598 |
| Hex Code | 0x2598 |
| HTML Code | ▘ |
| LaTeX | \text{QUADRANTUPPERLEFT} |
| Symbol | ▘ |
| URL encode (UTF-8 percent) | %E2%96%98 |
| Spoken / screen reader name | Quadrant Upper Left |
| UTF-8 | E2 96 98 |
| UTF-16 | 2598 |
| UTF-32 | 00002598 |
1\documentclass{article}2\usepackage{pifont}3\text{QUADRANTUPPERLEFT}4\end{document}You can type the quadrant upper left symbol on most modern devices with the help of following methods:
Alt + 9624 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "quadrant upper left", or use Unicode Hex Input with 2598.
Ctrl + Shift + U, type 2598, 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::before { content: "\2598"; }1<span>▘</span>Quadrant Upper Left symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2598' or String.fromCodePoint(9624) |
| Python | '\N{QUADRANT UPPER LEFT}' or chr(9624) |
| Rust | '\u{2598}' |
| C / C++ | UTF-8 source or wchar_t with U+2598 |
| Go | string(rune(0x2598)) |
| Ruby | "\u{2598}" |