| Nombre del símbolo | Triple Horizontal Bar With Triple Vertical Stroke |
| Versión Unicode | 3.2 |
| Unicode | U+2A69 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A9 A9 |
| UTF-16 | 2A69 |
| UTF-32 | 00002A69 |
1\documentclass{article}2\usepackage{pifont}3\text{TRIPLEHORIZONTALBARWITHTRIPLEVERTICALSTROKE}4\end{document}Puedes escribir el símbolo triple horizontal bar with triple vertical stroke en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10857 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "triple horizontal bar with triple vertical stroke", or use Unicode Hex Input with 2A69.
Ctrl + Shift + U, type 2a69, 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 geometric symbol support.
1span.triple-horizontal-bar-with-triple-vertical-stroke::before { content: "\2A69"; }1<span>⩩</span>La representación del símbolo Triple Horizontal Bar With Triple Vertical Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2A69' or String.fromCodePoint(10857) |
| Python | '\N{TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE}' or chr(10857) |
| Rust | '\u{2A69}' |
| C / C++ | UTF-8 source or wchar_t with U+2A69 |
| Go | string(rune(0x2A69)) |
| Ruby | "\u{2A69}" |
| Código CSS | \2A69 |
| Código hexadecimal | 0x2A69 |
| Código HTML | ⩩ |
| LaTeX | \text{TRIPLEHORIZONTALBARWITHTRIPLEVERTICALSTROKE} |
| Símbolo | ⩩ |
| Codificación URL (porcentaje UTF-8) | %E2%A9%A9 |
| Nombre oral / lector de pantalla | Triple Horizontal Bar With Triple Vertical Stroke |