| Nome del simbolo | Left One Quarter Block |
| Versione Unicode | 1.1 |
| Unicode | U+258E |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS |
| UTF-8 | E2 96 8E |
| UTF-16 | 258E |
| UTF-32 | 0000258E |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTONEQUARTERBLOCK}4\end{document}Puoi digitare il simbolo left one quarter block sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9614 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left one quarter block", or use Unicode Hex Input with 258E.
Ctrl + Shift + U, type 258e, 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-quarter-block::before { content: "\258E"; }1<span>▎</span>La rappresentazione del simbolo Left One Quarter Block nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u258E' or String.fromCodePoint(9614) |
| Python | '\N{LEFT ONE QUARTER BLOCK}' or chr(9614) |
| Rust | '\u{258E}' |
| C / C++ | UTF-8 source or wchar_t with U+258E |
| Go | string(rune(0x258E)) |
| Ruby | "\u{258E}" |
\258E |
| Codice esadecimale | 0x258E |
| Codice HTML | ▎ |
| LaTeX | \text{LEFTONEQUARTERBLOCK} |
| Simbolo | ▎ |
| Codifica URL (percentuale UTF-8) | %E2%96%8E |
| Nome parlato / screen reader | Left One Quarter Block |