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