| Nombre del símbolo | Rightwards Double Arrow-tail |
| Versión Unicode | 3.2 |
| Unicode | U+291C |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A4 9C |
| UTF-16 | 291C |
| UTF-32 | 0000291C |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSDOUBLEARROW-TAIL}4\end{document}Puedes escribir el símbolo rightwards double arrow-tail en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10524 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards double arrow-tail", or use Unicode Hex Input with 291C.
Ctrl + Shift + U, type 291c, 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-double-arrow-tail::before { content: "\291C"; }1<span>⤜</span>La representación del símbolo Rightwards Double Arrow-tail en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u291C' or String.fromCodePoint(10524) |
| Python | '\N{RIGHTWARDS DOUBLE ARROW-TAIL}' or chr(10524) |
| Rust | '\u{291C}' |
| C / C++ | UTF-8 source or wchar_t with U+291C |
| Go | string(rune(0x291C)) |
| Ruby | "\u{291C}" |
| Código CSS |
\291C |
| Código hexadecimal | 0x291C |
| Código HTML | ⤜ |
| LaTeX | \text{RIGHTWARDSDOUBLEARROW-TAIL} |
| Símbolo | ⤜ |
| Codificación URL (porcentaje UTF-8) | %E2%A4%9C |
| Nombre oral / lector de pantalla | Rightwards Double Arrow-tail |