| Nombre del símbolo | Left Arrow |
| Versión Unicode | 0.6 |
| Unicode | U+2B05 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \2B05 |
| Código hexadecimal | 0x2B05 |
| Código HTML | ⬅️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ⬅️ |
| Codificación URL (porcentaje UTF-8) | %E2%AC%85%EF%B8%8F |
| Atajo Discord / Slack | :arrow_left: |
| Atajo GitHub | :arrow_left: |
| Nombre oral / lector de pantalla | Left Arrow |
| UTF-8 | E2 AC 85 EF B8 8F |
| UTF-16 | 2B05 FE0F |
| UTF-32 | 00002B05 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo left arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "left arrow".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "left arrow".
Emoji keyboard → Symbols; search "left arrow".
1span.left-arrow::before { content: "\2B05"; } /* prefer inline grapheme for ZWJ */1<span>⬅️</span>La representación del símbolo Left Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2B05, 0xFE0F) |
| Python | '\N{LEFT ARROW}' |
| Rust | '\u{2B05}' |
| Swift | "\u{2B05}" |
| Go | string(rune(0x2B05)) |
| Ruby | "\u{2B05}" |