| Nome del simbolo | Left And Right Triangular Half Block |
| Versione Unicode | 13.0 |
| Unicode | U+1FB9B |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo left and right triangular half block sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Left And Right Triangular Half Block nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\1FB9B |
| Codice esadecimale | 0x1FB9B |
| Codice HTML | 🮛 |
| LaTeX | \text{LEFTANDRIGHTTRIANGULARHALFBLOCK} |
| Simbolo | 🮛 |
| Codifica URL (percentuale UTF-8) | %F0%9F%AE%9B |
| Nome parlato / screen reader | Left And Right Triangular Half Block |