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