| Symbol Name | Rightwards Two-headed Arrow With Triangle Arrowheads |
| Unicode Version | 8.0 |
| Unicode | U+2BEE |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 AF AE |
| UTF-16 | 2BEE |
| UTF-32 | 00002BEE |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSTWO-HEADEDARROWWITHTRIANGLEARROWHEADS}4\end{document}You can type the rightwards two-headed arrow with triangle arrowheads symbol on most modern devices with the help of following methods:
Alt + 11246 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards two-headed arrow with triangle arrowheads", or use Unicode Hex Input with 2BEE.
Ctrl + Shift + U, type 2bee, 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.rightwards-two-headed-arrow-with-triangle-arrowheads::before { content: "\2BEE"; }1<span>⯮</span>Rightwards Two-headed Arrow With Triangle Arrowheads symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2BEE' or String.fromCodePoint(11246) |
| Python | '\N{RIGHTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS}' or chr(11246) |
| Rust | '\u{2BEE}' |
| C / C++ | UTF-8 source or wchar_t with U+2BEE |
| Go | string(rune(0x2BEE)) |
| Ruby | "\u{2BEE}" |
| CSS Code |
\2BEE |
| Hex Code | 0x2BEE |
| HTML Code | ⯮ |
| LaTeX | \text{RIGHTWARDSTWO-HEADEDARROWWITHTRIANGLEARROWHEADS} |
| Symbol | ⯮ |
| URL encode (UTF-8 percent) | %E2%AF%AE |
| Spoken / screen reader name | Rightwards Two-headed Arrow With Triangle Arrowheads |