| Nombre del símbolo | Left Five Eighths Block |
| Versión Unicode | 1.1 |
| Unicode | U+258B |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 96 8B |
| UTF-16 | 258B |
| UTF-32 | 0000258B |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTFIVEEIGHTHSBLOCK}4\end{document}Puedes escribir el símbolo left five eighths block en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9611 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left five eighths block", or use Unicode Hex Input with 258B.
Ctrl + Shift + U, type 258b, 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-five-eighths-block::before { content: "\258B"; }1<span>▋</span>La representación del símbolo Left Five Eighths Block en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u258B' or String.fromCodePoint(9611) |
| Python | '\N{LEFT FIVE EIGHTHS BLOCK}' or chr(9611) |
| Rust | '\u{258B}' |
| C / C++ | UTF-8 source or wchar_t with U+258B |
| Go | string(rune(0x258B)) |
| Ruby | "\u{258B}" |
\258B |
| Código hexadecimal | 0x258B |
| Código HTML | ▋ |
| LaTeX | \text{LEFTFIVEEIGHTHSBLOCK} |
| Símbolo | ▋ |
| Codificación URL (porcentaje UTF-8) | %E2%96%8B |
| Nombre oral / lector de pantalla | Left Five Eighths Block |