| Symboolnaam | Left And Right Triangular Half Block |
| Unicode-versie | 13.0 |
| Unicode | U+1FB9B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het left and right triangular half block-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Left And Right Triangular Half Block-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\1FB9B |
| Hexadecimale code | 0x1FB9B |
| HTML-code | 🮛 |
| LaTeX | \text{LEFTANDRIGHTTRIANGULARHALFBLOCK} |
| Symbool | 🮛 |
| URL-codering (UTF-8 procent) | %F0%9F%AE%9B |
| Uitgesproken naam / schermlezer | Left And Right Triangular Half Block |