| Symbolname | Left Three Quarters Block |
| Unicode-Version | 1.1 |
| Unicode | U+258A |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol left three quarters block auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Left Three Quarters Block in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x258A |
| HTML-Code | ▊ |
| LaTeX | \text{LEFTTHREEQUARTERSBLOCK} |
| Symbol | ▊ |
| URL-Kodierung (UTF-8-Prozent) | %E2%96%8A |
| Ansagename (Screenreader) | Left Three Quarters Block |