| Nombre del símbolo | Heavy Round-tipped Rightwards Arrow |
| Versión Unicode | 1.1 |
| Unicode | U+279C |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9E 9C |
| UTF-16 | 279C |
| UTF-32 | 0000279C |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYROUND-TIPPEDRIGHTWARDSARROW}4\end{document}Puedes escribir el símbolo heavy round-tipped rightwards arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10140 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy round-tipped rightwards arrow", or use Unicode Hex Input with 279C.
Ctrl + Shift + U, type 279c, 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.heavy-round-tipped-rightwards-arrow::before { content: "\279C"; }1<span>➜</span>La representación del símbolo Heavy Round-tipped Rightwards Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u279C' or String.fromCodePoint(10140) |
| Python | '\N{HEAVY ROUND-TIPPED RIGHTWARDS ARROW}' or chr(10140) |
| Rust | '\u{279C}' |
| C / C++ | UTF-8 source or wchar_t with U+279C |
| Go | string(rune(0x279C)) |
| Ruby | "\u{279C}" |
| Código CSS |
\279C |
| Código hexadecimal | 0x279C |
| Código HTML | ➜ |
| LaTeX | \text{HEAVYROUND-TIPPEDRIGHTWARDSARROW} |
| Símbolo | ➜ |
| Codificación URL (porcentaje UTF-8) | %E2%9E%9C |
| Nombre oral / lector de pantalla | Heavy Round-tipped Rightwards Arrow |