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