| Symbol Name | Upwards Arrow With Horizontal Stroke |
| Unicode Version | 3.2 |
| Unicode | U+2909 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| UTF-8 | E2 A4 89 |
| UTF-16 | 2909 |
| UTF-32 | 00002909 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSARROWWITHHORIZONTALSTROKE}4\end{document}You can type the upwards arrow with horizontal stroke symbol on most modern devices with the help of following methods:
Alt + 10505 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards arrow with horizontal stroke", or use Unicode Hex Input with 2909.
Ctrl + Shift + U, type 2909, 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.upwards-arrow-with-horizontal-stroke::before { content: "\2909"; }1<span>⤉</span>Upwards Arrow With Horizontal Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2909' or String.fromCodePoint(10505) |
| Python | '\N{UPWARDS ARROW WITH HORIZONTAL STROKE}' or chr(10505) |
| Rust | '\u{2909}' |
| C / C++ | UTF-8 source or wchar_t with U+2909 |
| Go | string(rune(0x2909)) |
| Ruby | "\u{2909}" |
| CSS Code |
\2909 |
| Hex Code | 0x2909 |
| HTML Code | ⤉ |
| LaTeX | \text{UPWARDSARROWWITHHORIZONTALSTROKE} |
| Symbol | ⤉ |
| URL encode (UTF-8 percent) | %E2%A4%89 |
| Spoken / screen reader name | Upwards Arrow With Horizontal Stroke |