| Symboolnaam | Downwards Arrow With Corner Leftwards |
| Unicode-versie | 1.1 |
| Unicode | U+21B5 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 86 B5 |
| UTF-16 | 21B5 |
| UTF-32 | 000021B5 |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSARROWWITHCORNERLEFTWARDS}4\end{document}Je kunt het downwards arrow with corner leftwards-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8629 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "downwards arrow with corner leftwards", or use Unicode Hex Input with 21B5.
Ctrl + Shift + U, type 21b5, 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-corner-leftwards::before { content: "\21B5"; }1<span>↵</span>De weergave van het Downwards Arrow With Corner Leftwards-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u21B5' or String.fromCodePoint(8629) |
| Python | '\N{DOWNWARDS ARROW WITH CORNER LEFTWARDS}' or chr(8629) |
| Rust | '\u{21B5}' |
| C / C++ | UTF-8 source or wchar_t with U+21B5 |
| Go | string(rune(0x21B5)) |
| Ruby | "\u{21B5}" |
\21B5 |
| Hexadecimale code | 0x21B5 |
| HTML-code | ↵ |
| LaTeX | \text{DOWNWARDSARROWWITHCORNERLEFTWARDS} |
| Symbool | ↵ |
| URL-codering (UTF-8 procent) | %E2%86%B5 |
| Uitgesproken naam / schermlezer | Downwards Arrow With Corner Leftwards |