| Nombre del símbolo | Left Three Quarters Block |
| Versión Unicode | 1.1 |
| Unicode | U+258A |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo left three quarters block en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Left Three Quarters Block en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\258A |
| Código hexadecimal | 0x258A |
| Código HTML | ▊ |
| LaTeX | \text{LEFTTHREEQUARTERSBLOCK} |
| Símbolo | ▊ |
| Codificación URL (porcentaje UTF-8) | %E2%96%8A |
| Nombre oral / lector de pantalla | Left Three Quarters Block |