| Symbolname | Downwards Arrow With Tip Leftwards |
| Unicode-Version | 1.1 |
| Unicode | U+21B2 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 86 B2 |
| UTF-16 | 21B2 |
| UTF-32 | 000021B2 |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSARROWWITHTIPLEFTWARDS}4\end{document}Sie können das Symbol downwards arrow with tip leftwards auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8626 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "downwards arrow with tip leftwards", or use Unicode Hex Input with 21B2.
Ctrl + Shift + U, type 21b2, 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-tip-leftwards::before { content: "\21B2"; }1<span>↲</span>Die Darstellung des Symbols Downwards Arrow With Tip Leftwards in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u21B2' or String.fromCodePoint(8626) |
| Python | '\N{DOWNWARDS ARROW WITH TIP LEFTWARDS}' or chr(8626) |
| Rust | '\u{21B2}' |
| C / C++ | UTF-8 source or wchar_t with U+21B2 |
| Go | string(rune(0x21B2)) |
| Ruby | "\u{21B2}" |
\21B2 |
| Hexadezimalcode | 0x21B2 |
| HTML-Code | ↲ |
| LaTeX | \text{DOWNWARDSARROWWITHTIPLEFTWARDS} |
| Symbol | ↲ |
| URL-Kodierung (UTF-8-Prozent) | %E2%86%B2 |
| Ansagename (Screenreader) | Downwards Arrow With Tip Leftwards |