| Nom du symbole | Left And Right Triangular Half Block |
| Version Unicode | 13.0 |
| Unicode | U+1FB9B |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | F0 9F AE 9B |
| UTF-16 | D83E DF9B |
| UTF-32 | 0001FB9B |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTANDRIGHTTRIANGULARHALFBLOCK}4\end{document}Vous pouvez saisir le symbole left and right triangular half block sur la plupart des appareils modernes avec les méthodes suivantes :
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "left and right triangular half block", or use Unicode Hex Input with 1FB9B.
Ctrl + Shift + U, type 1fb9b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.left-and-right-triangular-half-block::before { content: "\1FB9B"; }1<span>🮛</span>La représentation du symbole Left And Right Triangular Half Block dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDF9B' or String.fromCodePoint(0x1FB9B) |
| Python | '\N{LEFT AND RIGHT TRIANGULAR HALF BLOCK}' or chr(129947) |
| Rust | '\u{1FB9B}' |
| C / C++ | UTF-8 source or wchar_t with U+1FB9B |
| Go | string(rune(0x1FB9B)) |
| Ruby | "\u{1FB9B}" |
| Code CSS |
\1FB9B |
| Code hexadécimal | 0x1FB9B |
| Code HTML | 🮛 |
| LaTeX | \text{LEFTANDRIGHTTRIANGULARHALFBLOCK} |
| Symbole | 🮛 |
| Encodage URL (pourcent UTF-8) | %F0%9F%AE%9B |
| Nom oral / lecteur d’écran | Left And Right Triangular Half Block |