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