| Nome del simbolo | Rising Diagonal Crossing Falling Diagonal |
| Versione Unicode | 3.2 |
| Unicode | U+292B |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 A4 AB |
| UTF-16 | 292B |
| UTF-32 | 0000292B |
1\documentclass{article}2\usepackage{pifont}3\text{RISINGDIAGONALCROSSINGFALLINGDIAGONAL}4\end{document}Puoi digitare il simbolo rising diagonal crossing falling diagonal sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10539 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rising diagonal crossing falling diagonal", or use Unicode Hex Input with 292B.
Ctrl + Shift + U, type 292b, 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.rising-diagonal-crossing-falling-diagonal::before { content: "\292B"; }1<span>⤫</span>La rappresentazione del simbolo Rising Diagonal Crossing Falling Diagonal nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u292B' or String.fromCodePoint(10539) |
| Python | '\N{RISING DIAGONAL CROSSING FALLING DIAGONAL}' or chr(10539) |
| Rust | '\u{292B}' |
| C / C++ | UTF-8 source or wchar_t with U+292B |
| Go | string(rune(0x292B)) |
| Ruby | "\u{292B}" |
| Codice CSS |
\292B |
| Codice esadecimale | 0x292B |
| Codice HTML | ⤫ |
| LaTeX | \text{RISINGDIAGONALCROSSINGFALLINGDIAGONAL} |
| Simbolo | ⤫ |
| Codifica URL (percentuale UTF-8) | %E2%A4%AB |
| Nome parlato / screen reader | Rising Diagonal Crossing Falling Diagonal |