| Symbolname | Rightwards Two-headed Arrow With Triangle Arrowheads |
| Unicode-Version | 8.0 |
| Unicode | U+2BEE |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol rightwards two-headed arrow with triangle arrowheads auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Rightwards Two-headed Arrow With Triangle Arrowheads in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x2BEE |
| HTML-Code | ⯮ |
| LaTeX | \text{RIGHTWARDSTWO-HEADEDARROWWITHTRIANGLEARROWHEADS} |
| Symbol | ⯮ |
| URL-Kodierung (UTF-8-Prozent) | %E2%AF%AE |
| Ansagename (Screenreader) | Rightwards Two-headed Arrow With Triangle Arrowheads |