| Symbol Name | Right Arrow |
| Unicode Version | 0.6 |
| Unicode | U+27A1 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \27A1 |
| Hex Code | 0x27A1 |
| HTML Code | ➡️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ➡️ |
| URL encode (UTF-8 percent) | %E2%9E%A1%EF%B8%8F |
| Discord / Slack shortcode | :arrow_right: |
| GitHub shortcode | :arrow_right: |
| Spoken / screen reader name | Right Arrow |
| UTF-8 | E2 9E A1 EF B8 8F |
| UTF-16 | 27A1 FE0F |
| UTF-32 | 000027A1 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the right arrow symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "right arrow".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "right arrow".
Emoji keyboard → Symbols; search "right arrow".
1span.right-arrow::before { content: "\27A1"; } /* prefer inline grapheme for ZWJ */1<span>➡️</span>Right Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x27A1, 0xFE0F) |
| Python | '\N{RIGHT ARROW}' |
| Rust | '\u{27A1}' |
| Swift | "\u{27A1}" |
| Go | string(rune(0x27A1)) |
| Ruby | "\u{27A1}" |