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