| Nome del simbolo | Down-left Arrow |
| Versione Unicode | 0.6 |
| Unicode | U+2199 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \2199 |
| Codice esadecimale | 0x2199 |
| Codice HTML | ↙️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ↙️ |
| Codifica URL (percentuale UTF-8) | %E2%86%99%EF%B8%8F |
| Nome parlato / screen reader | Down-left Arrow |
| UTF-8 | E2 86 99 EF B8 8F |
| UTF-16 | 2199 FE0F |
| UTF-32 | 00002199 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo down-left arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "down-left arrow".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "down-left arrow".
Emoji keyboard → Symbols; search "down-left arrow".
1span.down-left-arrow::before { content: "\2199"; } /* prefer inline grapheme for ZWJ */1<span>↙️</span>La rappresentazione del simbolo Down-left Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2199, 0xFE0F) |
| Python | '\N{DOWN LEFT ARROW}' |
| Rust | '\u{2199}' |
| Swift | "\u{2199}" |
| Go | string(rune(0x2199)) |
| Ruby | "\u{2199}" |