| Nombre del símbolo | Rightwards Two-headed Arrow With Triangle Arrowheads |
| Versión Unicode | 8.0 |
| Unicode | U+2BEE |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo rightwards two-headed arrow with triangle arrowheads en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Rightwards Two-headed Arrow With Triangle Arrowheads en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS | \2BEE |
| Código hexadecimal | 0x2BEE |
| Código HTML | ⯮ |
| LaTeX | \text{RIGHTWARDSTWO-HEADEDARROWWITHTRIANGLEARROWHEADS} |
| Símbolo | ⯮ |
| Codificación URL (porcentaje UTF-8) | %E2%AF%AE |
| Nombre oral / lector de pantalla | Rightwards Two-headed Arrow With Triangle Arrowheads |