| Symbolname | Downwards Arrow With Horizontal Stroke |
| Unicode-Version | 3.2 |
| Unicode | U+2908 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol downwards arrow with horizontal stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Downwards Arrow With Horizontal Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x2908 |
| HTML-Code | ⤈ |
| LaTeX | \text{DOWNWARDSARROWWITHHORIZONTALSTROKE} |
| Symbol | ⤈ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A4%88 |
| Ansagename (Screenreader) | Downwards Arrow With Horizontal Stroke |