| Symboolnaam | Left Half Block |
| Unicode-versie | 1.1 |
| Unicode | U+258C |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \258C |
| Hexadecimale code | 0x258C |
| HTML-code | ▌ |
| LaTeX | \text{LEFTHALFBLOCK} |
| Symbool | ▌ |
| URL-codering (UTF-8 procent) | %E2%96%8C |
| Uitgesproken naam / schermlezer | Left Half Block |
| UTF-8 | E2 96 8C |
| UTF-16 | 258C |
| UTF-32 | 0000258C |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTHALFBLOCK}4\end{document}Je kunt het left half block-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9612 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left half block", or use Unicode Hex Input with 258C.
Ctrl + Shift + U, type 258c, 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-half-block::before { content: "\258C"; }1<span>▌</span>De weergave van het Left Half Block-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u258C' or String.fromCodePoint(9612) |
| Python | '\N{LEFT HALF BLOCK}' or chr(9612) |
| Rust | '\u{258C}' |
| C / C++ | UTF-8 source or wchar_t with U+258C |
| Go | string(rune(0x258C)) |
| Ruby | "\u{258C}" |