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