| Symbol Name | Downwards Triangle-headed Arrow With Long Tip Leftwards |
| Unicode Version | 7.0 |
| Unicode | U+2BA0 |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 AE A0 |
| UTF-16 | 2BA0 |
| UTF-32 | 00002BA0 |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSTRIANGLE-HEADEDARROWWITHLONGTIPLEFTWARDS}4\end{document}You can type the downwards triangle-headed arrow with long tip leftwards symbol on most modern devices with the help of following methods:
Alt + 11168 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "downwards triangle-headed arrow with long tip leftwards", or use Unicode Hex Input with 2BA0.
Ctrl + Shift + U, type 2ba0, 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-triangle-headed-arrow-with-long-tip-leftwards::before { content: "\2BA0"; }1<span>⮠</span>Downwards Triangle-headed Arrow With Long Tip Leftwards symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2BA0' or String.fromCodePoint(11168) |
| Python | '\N{DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS}' or chr(11168) |
| Rust | '\u{2BA0}' |
| C / C++ | UTF-8 source or wchar_t with U+2BA0 |
| Go | string(rune(0x2BA0)) |
| Ruby | "\u{2BA0}" |
| CSS Code |
\2BA0 |
| Hex Code | 0x2BA0 |
| HTML Code | ⮠ |
| LaTeX | \text{DOWNWARDSTRIANGLE-HEADEDARROWWITHLONGTIPLEFTWARDS} |
| Symbol | ⮠ |
| URL encode (UTF-8 percent) | %E2%AE%A0 |
| Spoken / screen reader name | Downwards Triangle-headed Arrow With Long Tip Leftwards |