| Symbol Name | Rightwards Triple Dash Arrow |
| Unicode Version | 3.2 |
| Unicode | U+290F |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 A4 8F |
| UTF-16 | 290F |
| UTF-32 | 0000290F |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSTRIPLEDASHARROW}4\end{document}You can type the rightwards triple dash arrow symbol on most modern devices with the help of following methods:
Alt + 10511 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards triple dash arrow", or use Unicode Hex Input with 290F.
Ctrl + Shift + U, type 290f, 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.rightwards-triple-dash-arrow::before { content: "\290F"; }1<span>⤏</span>Rightwards Triple Dash Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u290F' or String.fromCodePoint(10511) |
| Python | '\N{RIGHTWARDS TRIPLE DASH ARROW}' or chr(10511) |
| Rust | '\u{290F}' |
| C / C++ | UTF-8 source or wchar_t with U+290F |
| Go | string(rune(0x290F)) |
| Ruby | "\u{290F}" |
\290F |
| Hex Code | 0x290F |
| HTML Code | ⤏ |
| LaTeX | \text{RIGHTWARDSTRIPLEDASHARROW} |
| Symbol | ⤏ |
| URL encode (UTF-8 percent) | %E2%A4%8F |
| Spoken / screen reader name | Rightwards Triple Dash Arrow |