| Symbol Name | Three-d Top-lighted Rightwards Arrowhead |
| Unicode Version | 1.1 |
| Unicode | U+27A2 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9E A2 |
| UTF-16 | 27A2 |
| UTF-32 | 000027A2 |
1\documentclass{article}2\usepackage{pifont}3\text{THREE-DTOP-LIGHTEDRIGHTWARDSARROWHEAD}4\end{document}You can type the three-d top-lighted rightwards arrowhead symbol on most modern devices with the help of following methods:
Alt + 10146 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "three-d top-lighted rightwards arrowhead", or use Unicode Hex Input with 27A2.
Ctrl + Shift + U, type 27a2, 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.three-d-top-lighted-rightwards-arrowhead::before { content: "\27A2"; }1<span>➢</span>Three-d Top-lighted Rightwards Arrowhead symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27A2' or String.fromCodePoint(10146) |
| Python | '\N{THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD}' or chr(10146) |
| Rust | '\u{27A2}' |
| C / C++ | UTF-8 source or wchar_t with U+27A2 |
| Go | string(rune(0x27A2)) |
| Ruby | "\u{27A2}" |
\27A2 |
| Hex Code | 0x27A2 |
| HTML Code | ➢ |
| LaTeX | \text{THREE-DTOP-LIGHTEDRIGHTWARDSARROWHEAD} |
| Symbol | ➢ |
| URL encode (UTF-8 percent) | %E2%9E%A2 |
| Spoken / screen reader name | Three-d Top-lighted Rightwards Arrowhead |