| Symbol Name | Three Lines Converging Right |
| Unicode Version | 5.2 |
| Unicode | U+269E |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9A 9E |
| UTF-16 | 269E |
| UTF-32 | 0000269E |
1\documentclass{article}2\usepackage{pifont}3\text{THREELINESCONVERGINGRIGHT}4\end{document}You can type the three lines converging right symbol on most modern devices with the help of following methods:
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>Three Lines Converging Right symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\269E |
| Hex Code | 0x269E |
| HTML Code | ⚞ |
| LaTeX | \text{THREELINESCONVERGINGRIGHT} |
| Symbol | ⚞ |
| URL encode (UTF-8 percent) | %E2%9A%9E |
| Spoken / screen reader name | Three Lines Converging Right |