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