| Nombre del símbolo | Rightwards Triple Dash Arrow |
| Versión Unicode | 3.2 |
| Unicode | U+290F |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A4 8F |
| UTF-16 | 290F |
| UTF-32 | 0000290F |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSTRIPLEDASHARROW}4\end{document}Puedes escribir el símbolo rightwards triple dash arrow en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Rightwards Triple Dash Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\290F |
| Código hexadecimal | 0x290F |
| Código HTML | ⤏ |
| LaTeX | \text{RIGHTWARDSTRIPLEDASHARROW} |
| Símbolo | ⤏ |
| Codificación URL (porcentaje UTF-8) | %E2%A4%8F |
| Nombre oral / lector de pantalla | Rightwards Triple Dash Arrow |