| Symboolnaam | Downwards Arrow With Tip Leftwards |
| Unicode-versie | 1.1 |
| Unicode | U+21B2 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het downwards arrow with tip leftwards-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Downwards Arrow With Tip Leftwards-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x21B2 |
| HTML-code | ↲ |
| LaTeX | \text{DOWNWARDSARROWWITHTIPLEFTWARDS} |
| Symbool | ↲ |
| URL-codering (UTF-8 procent) | %E2%86%B2 |
| Uitgesproken naam / schermlezer | Downwards Arrow With Tip Leftwards |