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