| Symboolnaam | Leftwards Arrow With Double Vertical Stroke |
| Unicode-versie | 3.2 |
| Unicode | U+21FA |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code |
| UTF-8 | E2 87 BA |
| UTF-16 | 21FA |
| UTF-32 | 000021FA |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWWITHDOUBLEVERTICALSTROKE}4\end{document}Je kunt het leftwards arrow with double vertical stroke-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8698 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow with double vertical stroke", or use Unicode Hex Input with 21FA.
Ctrl + Shift + U, type 21fa, 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-arrow-with-double-vertical-stroke::before { content: "\21FA"; }1<span>⇺</span>De weergave van het Leftwards Arrow With Double Vertical Stroke-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u21FA' or String.fromCodePoint(8698) |
| Python | '\N{LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE}' or chr(8698) |
| Rust | '\u{21FA}' |
| C / C++ | UTF-8 source or wchar_t with U+21FA |
| Go | string(rune(0x21FA)) |
| Ruby | "\u{21FA}" |
\21FA |
| Hexadecimale code | 0x21FA |
| HTML-code | ⇺ |
| LaTeX | \text{LEFTWARDSARROWWITHDOUBLEVERTICALSTROKE} |
| Symbool | ⇺ |
| URL-codering (UTF-8 procent) | %E2%87%BA |
| Uitgesproken naam / schermlezer | Leftwards Arrow With Double Vertical Stroke |