| Symbol Name | Left Three Quarters Block |
| Unicode Version | 1.1 |
| Unicode | U+258A |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 96 8A |
| UTF-16 | 258A |
| UTF-32 | 0000258A |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTTHREEQUARTERSBLOCK}4\end{document}You can type the left three quarters block symbol on most modern devices with the help of following methods:
Alt + 9610 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left three quarters block", or use Unicode Hex Input with 258A.
Ctrl + Shift + U, type 258a, 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.left-three-quarters-block::before { content: "\258A"; }1<span>▊</span>Left Three Quarters Block symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u258A' or String.fromCodePoint(9610) |
| Python | '\N{LEFT THREE QUARTERS BLOCK}' or chr(9610) |
| Rust | '\u{258A}' |
| C / C++ | UTF-8 source or wchar_t with U+258A |
| Go | string(rune(0x258A)) |
| Ruby | "\u{258A}" |
\258A |
| Hex Code | 0x258A |
| HTML Code | ▊ |
| LaTeX | \text{LEFTTHREEQUARTERSBLOCK} |
| Symbol | ▊ |
| URL encode (UTF-8 percent) | %E2%96%8A |
| Spoken / screen reader name | Left Three Quarters Block |