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