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