| Nome del simbolo | Heavy South East Arrow |
| Versione Unicode | 1.1 |
| Unicode | U+2798 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2798 |
| Codice esadecimale | 0x2798 |
| Codice HTML | ➘ |
| LaTeX | \text{HEAVYSOUTHEASTARROW} |
| Simbolo | ➘ |
| Codifica URL (percentuale UTF-8) | %E2%9E%98 |
| Nome parlato / screen reader | Heavy South East Arrow |
| UTF-8 | E2 9E 98 |
| UTF-16 | 2798 |
| UTF-32 | 00002798 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYSOUTHEASTARROW}4\end{document}Puoi digitare il simbolo heavy south east arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10136 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy south east arrow", or use Unicode Hex Input with 2798.
Ctrl + Shift + U, type 2798, 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.heavy-south-east-arrow::before { content: "\2798"; }1<span>➘</span>La rappresentazione del simbolo Heavy South East Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2798' or String.fromCodePoint(10136) |
| Python | '\N{HEAVY SOUTH EAST ARROW}' or chr(10136) |
| Rust | '\u{2798}' |
| C / C++ | UTF-8 source or wchar_t with U+2798 |
| Go | string(rune(0x2798)) |
| Ruby | "\u{2798}" |