| Nombre del símbolo | Leftwards Triangle-headed Arrow With Double Horizontal Stroke |
| Versión Unicode | 7.0 |
| Unicode | U+2B7A |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 AD BA |
| UTF-16 | 2B7A |
| UTF-32 | 00002B7A |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSTRIANGLE-HEADEDARROWWITHDOUBLEHORIZONTALSTROKE}4\end{document}Puedes escribir el símbolo leftwards triangle-headed arrow with double horizontal stroke en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 11130 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards triangle-headed arrow with double horizontal stroke", or use Unicode Hex Input with 2B7A.
Ctrl + Shift + U, type 2b7a, 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.leftwards-triangle-headed-arrow-with-double-horizontal-stroke::before { content: "\2B7A"; }1<span>⭺</span>La representación del símbolo Leftwards Triangle-headed Arrow With Double Horizontal Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2B7A' or String.fromCodePoint(11130) |
| Python | '\N{LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE}' or chr(11130) |
| Rust | '\u{2B7A}' |
| C / C++ | UTF-8 source or wchar_t with U+2B7A |
| Go | string(rune(0x2B7A)) |
| Ruby | "\u{2B7A}" |
| Código CSS | \2B7A |
| Código hexadecimal | 0x2B7A |
| Código HTML | ⭺ |
| LaTeX | \text{LEFTWARDSTRIANGLE-HEADEDARROWWITHDOUBLEHORIZONTALSTROKE} |
| Símbolo | ⭺ |
| Codificación URL (porcentaje UTF-8) | %E2%AD%BA |
| Nombre oral / lector de pantalla | Leftwards Triangle-headed Arrow With Double Horizontal Stroke |