| Nom du symbole | Three Lines Converging Right |
| Version Unicode | 5.2 |
| Unicode | U+269E |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole three lines converging right sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Three Lines Converging Right dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\269E |
| Code hexadécimal | 0x269E |
| Code HTML | ⚞ |
| LaTeX | \text{THREELINESCONVERGINGRIGHT} |
| Symbole | ⚞ |
| Encodage URL (pourcent UTF-8) | %E2%9A%9E |
| Nom oral / lecteur d’écran | Three Lines Converging Right |