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