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