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