| Nom du symbole | Left Right Arrow With Stroke |
| Version Unicode | 1.1 |
| Unicode | U+21AE |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS |
| UTF-8 | E2 86 AE |
| UTF-16 | 21AE |
| UTF-32 | 000021AE |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTARROWWITHSTROKE}4\end{document}Vous pouvez saisir le symbole left right arrow with stroke sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8622 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right arrow with stroke", or use Unicode Hex Input with 21AE.
Ctrl + Shift + U, type 21ae, 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-stroke::before { content: "\21AE"; }1<span>↮</span>La représentation du symbole Left Right Arrow With Stroke dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u21AE' or String.fromCodePoint(8622) |
| Python | '\N{LEFT RIGHT ARROW WITH STROKE}' or chr(8622) |
| Rust | '\u{21AE}' |
| C / C++ | UTF-8 source or wchar_t with U+21AE |
| Go | string(rune(0x21AE)) |
| Ruby | "\u{21AE}" |
\21AE |
| Code hexadécimal | 0x21AE |
| Code HTML | ↮ |
| LaTeX | \text{LEFTRIGHTARROWWITHSTROKE} |
| Symbole | ↮ |
| Encodage URL (pourcent UTF-8) | %E2%86%AE |
| Nom oral / lecteur d’écran | Left Right Arrow With Stroke |