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