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