| Symboolnaam | Leftwards Triple Dash Arrow |
| Unicode-versie | 3.2 |
| Unicode | U+290E |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code |
| UTF-8 | E2 A4 8E |
| UTF-16 | 290E |
| UTF-32 | 0000290E |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSTRIPLEDASHARROW}4\end{document}Je kunt het leftwards triple dash arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10510 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards triple dash arrow", or use Unicode Hex Input with 290E.
Ctrl + Shift + U, type 290e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.leftwards-triple-dash-arrow::before { content: "\290E"; }1<span>⤎</span>De weergave van het Leftwards Triple Dash Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u290E' or String.fromCodePoint(10510) |
| Python | '\N{LEFTWARDS TRIPLE DASH ARROW}' or chr(10510) |
| Rust | '\u{290E}' |
| C / C++ | UTF-8 source or wchar_t with U+290E |
| Go | string(rune(0x290E)) |
| Ruby | "\u{290E}" |
\290E |
| Hexadecimale code | 0x290E |
| HTML-code | ⤎ |
| LaTeX | \text{LEFTWARDSTRIPLEDASHARROW} |
| Symbool | ⤎ |
| URL-codering (UTF-8 procent) | %E2%A4%8E |
| Uitgesproken naam / schermlezer | Leftwards Triple Dash Arrow |