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