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