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