U+2192
| Application | How to insert Rightwards Arrow |
|---|---|
| Microsoft Word | Type 2192, then press Alt+X |
| Excel / Google Sheets | Use the formula =UNICHAR(8594) |
| Google Docs | Insert → Special characters, then search "rightwards arrow" |
| HTML | → or → |
| CSS (content property) | content: "\2192" |
| JavaScript | "\u2192" |
A rightward-pointing arrow used to indicate direction, mapping, or progression.
Used in mathematics for function mapping (f: A → B), in UI for navigation, in flowcharts, and in text to indicate 'leads to' or 'results in'.