| Nombre del símbolo | Left And Right Triangular Half Block |
| Versión Unicode | 13.0 |
| Unicode | U+1FB9B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo left and right triangular half block en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Left And Right Triangular Half Block en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\1FB9B |
| Código hexadecimal | 0x1FB9B |
| Código HTML | 🮛 |
| LaTeX | \text{LEFTANDRIGHTTRIANGULARHALFBLOCK} |
| Símbolo | 🮛 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AE%9B |
| Nombre oral / lector de pantalla | Left And Right Triangular Half Block |