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