| Symbolname | Left Right Arrow With Double Vertical Stroke |
| Unicode-Version | 3.2 |
| Unicode | U+21FC |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code |
| UTF-8 | E2 87 BC |
| UTF-16 | 21FC |
| UTF-32 | 000021FC |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE}4\end{document}Sie können das Symbol left right arrow with double vertical stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8700 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right arrow with double vertical stroke", or use Unicode Hex Input with 21FC.
Ctrl + Shift + U, type 21fc, 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.left-right-arrow-with-double-vertical-stroke::before { content: "\21FC"; }1<span>⇼</span>Die Darstellung des Symbols Left Right Arrow With Double Vertical Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u21FC' or String.fromCodePoint(8700) |
| Python | '\N{LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE}' or chr(8700) |
| Rust | '\u{21FC}' |
| C / C++ | UTF-8 source or wchar_t with U+21FC |
| Go | string(rune(0x21FC)) |
| Ruby | "\u{21FC}" |
\21FC |
| Hexadezimalcode | 0x21FC |
| HTML-Code | ⇼ |
| LaTeX | \text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE} |
| Symbol | ⇼ |
| URL-Kodierung (UTF-8-Prozent) | %E2%87%BC |
| Ansagename (Screenreader) | Left Right Arrow With Double Vertical Stroke |