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