| Symbol Name | Rising Diagonal Crossing Falling Diagonal |
| Unicode Version | 3.2 |
| Unicode | U+292B |
| Unicode block | |
| General category | 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}You can type the rising diagonal crossing falling diagonal symbol on most modern devices with the help of following methods:
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>Rising Diagonal Crossing Falling Diagonal symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\292B |
| Hex Code | 0x292B |
| HTML Code | ⤫ |
| LaTeX | \text{RISINGDIAGONALCROSSINGFALLINGDIAGONAL} |
| Symbol | ⤫ |
| URL encode (UTF-8 percent) | %E2%A4%AB |
| Spoken / screen reader name | Rising Diagonal Crossing Falling Diagonal |