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