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