| Nom du symbole | Left Three Eighths Block |
| Version Unicode | 1.1 |
| Unicode | U+258D |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 96 8D |
| UTF-16 | 258D |
| UTF-32 | 0000258D |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTTHREEEIGHTHSBLOCK}4\end{document}Vous pouvez saisir le symbole left three eighths block sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9613 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left three eighths block", or use Unicode Hex Input with 258D.
Ctrl + Shift + U, type 258d, 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-eighths-block::before { content: "\258D"; }1<span>▍</span>La représentation du symbole Left Three Eighths Block dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u258D' or String.fromCodePoint(9613) |
| Python | '\N{LEFT THREE EIGHTHS BLOCK}' or chr(9613) |
| Rust | '\u{258D}' |
| C / C++ | UTF-8 source or wchar_t with U+258D |
| Go | string(rune(0x258D)) |
| Ruby | "\u{258D}" |
\258D |
| Code hexadécimal | 0x258D |
| Code HTML | ▍ |
| LaTeX | \text{LEFTTHREEEIGHTHSBLOCK} |
| Symbole | ▍ |
| Encodage URL (pourcent UTF-8) | %E2%96%8D |
| Nom oral / lecteur d’écran | Left Three Eighths Block |