| Nom du symbole | Lower Five Eighths Block |
| Version Unicode | 1.1 |
| Unicode | U+2585 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 96 85 |
| UTF-16 | 2585 |
| UTF-32 | 00002585 |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERFIVEEIGHTHSBLOCK}4\end{document}Vous pouvez saisir le symbole lower five eighths block sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Lower Five Eighths Block dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x2585 |
| Code HTML | ▅ |
| LaTeX | \text{LOWERFIVEEIGHTHSBLOCK} |
| Symbole | ▅ |
| Encodage URL (pourcent UTF-8) | %E2%96%85 |
| Nom oral / lecteur d’écran | Lower Five Eighths Block |