| Symbol Name | White-feathered Rightwards Arrow |
| Unicode Version | 1.1 |
| Unicode | U+27B3 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9E B3 |
| UTF-16 | 27B3 |
| UTF-32 | 000027B3 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITE-FEATHEREDRIGHTWARDSARROW}4\end{document}You can type the white-feathered rightwards arrow symbol on most modern devices with the help of following methods:
Alt + 10163 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white-feathered rightwards arrow", or use Unicode Hex Input with 27B3.
Ctrl + Shift + U, type 27b3, 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.white-feathered-rightwards-arrow::before { content: "\27B3"; }1<span>➳</span>White-feathered Rightwards Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27B3' or String.fromCodePoint(10163) |
| Python | '\N{WHITE-FEATHERED RIGHTWARDS ARROW}' or chr(10163) |
| Rust | '\u{27B3}' |
| C / C++ | UTF-8 source or wchar_t with U+27B3 |
| Go | string(rune(0x27B3)) |
| Ruby | "\u{27B3}" |
\27B3 |
| Hex Code | 0x27B3 |
| HTML Code | ➳ |
| LaTeX | \text{WHITE-FEATHEREDRIGHTWARDSARROW} |
| Symbol | ➳ |
| URL encode (UTF-8 percent) | %E2%9E%B3 |
| Spoken / screen reader name | White-feathered Rightwards Arrow |