| Nome del simbolo | Downwards Arrow With Tip Leftwards |
| Versione Unicode | 1.1 |
| Unicode | U+21B2 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 86 B2 |
| UTF-16 | 21B2 |
| UTF-32 | 000021B2 |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSARROWWITHTIPLEFTWARDS}4\end{document}Puoi digitare il simbolo downwards arrow with tip leftwards sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Downwards Arrow With Tip Leftwards nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\21B2 |
| Codice esadecimale | 0x21B2 |
| Codice HTML | ↲ |
| LaTeX | \text{DOWNWARDSARROWWITHTIPLEFTWARDS} |
| Simbolo | ↲ |
| Codifica URL (percentuale UTF-8) | %E2%86%B2 |
| Nome parlato / screen reader | Downwards Arrow With Tip Leftwards |