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