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