| Symboolnaam | Three Lines Converging Left |
| Unicode-versie | 5.2 |
| Unicode | U+269F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9A 9F |
| UTF-16 | 269F |
| UTF-32 | 0000269F |
1\documentclass{article}2\usepackage{pifont}3\text{THREELINESCONVERGINGLEFT}4\end{document}Je kunt het three lines converging left-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Three Lines Converging Left-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\269F |
| Hexadecimale code | 0x269F |
| HTML-code | ⚟ |
| LaTeX | \text{THREELINESCONVERGINGLEFT} |
| Symbool | ⚟ |
| URL-codering (UTF-8 procent) | %E2%9A%9F |
| Uitgesproken naam / schermlezer | Three Lines Converging Left |