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