| Nombre del símbolo | Three Lines Converging Right |
| Versión Unicode | 5.2 |
| Unicode | U+269E |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9A 9E |
| UTF-16 | 269E |
| UTF-32 | 0000269E |
1\documentclass{article}2\usepackage{pifont}3\text{THREELINESCONVERGINGRIGHT}4\end{document}Puedes escribir el símbolo three lines converging right en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9886 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "three lines converging right", or use Unicode Hex Input with 269E.
Ctrl + Shift + U, type 269e, 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 ornament and fleuron support.
1span.three-lines-converging-right::before { content: "\269E"; }1<span>⚞</span>La representación del símbolo Three Lines Converging Right en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u269E' or String.fromCodePoint(9886) |
| Python | '\N{THREE LINES CONVERGING RIGHT}' or chr(9886) |
| Rust | '\u{269E}' |
| C / C++ | UTF-8 source or wchar_t with U+269E |
| Go | string(rune(0x269E)) |
| Ruby | "\u{269E}" |
| Código CSS |
\269E |
| Código hexadecimal | 0x269E |
| Código HTML | ⚞ |
| LaTeX | \text{THREELINESCONVERGINGRIGHT} |
| Símbolo | ⚞ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%9E |
| Nombre oral / lector de pantalla | Three Lines Converging Right |