| Symbolname | Left Seven Eighths Block |
| Unicode-Version | 1.1 |
| Unicode | U+2589 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 96 89 |
| UTF-16 | 2589 |
| UTF-32 | 00002589 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTSEVENEIGHTHSBLOCK}4\end{document}Sie können das Symbol left seven eighths block auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9609 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left seven eighths block", or use Unicode Hex Input with 2589.
Ctrl + Shift + U, type 2589, 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-seven-eighths-block::before { content: "\2589"; }1<span>▉</span>Die Darstellung des Symbols Left Seven Eighths Block in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2589' or String.fromCodePoint(9609) |
| Python | '\N{LEFT SEVEN EIGHTHS BLOCK}' or chr(9609) |
| Rust | '\u{2589}' |
| C / C++ | UTF-8 source or wchar_t with U+2589 |
| Go | string(rune(0x2589)) |
| Ruby | "\u{2589}" |
\2589 |
| Hexadezimalcode | 0x2589 |
| HTML-Code | ▉ |
| LaTeX | \text{LEFTSEVENEIGHTHSBLOCK} |
| Symbol | ▉ |
| URL-Kodierung (UTF-8-Prozent) | %E2%96%89 |
| Ansagename (Screenreader) | Left Seven Eighths Block |