| Nombre del símbolo | Leftwards Arrow With Stroke |
| Versión Unicode | 1.1 |
| Unicode | U+219A |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código CSS |
| UTF-8 | E2 86 9A |
| UTF-16 | 219A |
| UTF-32 | 0000219A |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWWITHSTROKE}4\end{document}Puedes escribir el símbolo leftwards arrow with stroke en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8602 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow with stroke", or use Unicode Hex Input with 219A.
Ctrl + Shift + U, type 219a, 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-arrow-with-stroke::before { content: "\219A"; }1<span>↚</span>La representación del símbolo Leftwards Arrow With Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u219A' or String.fromCodePoint(8602) |
| Python | '\N{LEFTWARDS ARROW WITH STROKE}' or chr(8602) |
| Rust | '\u{219A}' |
| C / C++ | UTF-8 source or wchar_t with U+219A |
| Go | string(rune(0x219A)) |
| Ruby | "\u{219A}" |
\219A |
| Código hexadecimal | 0x219A |
| Código HTML | ↚ |
| LaTeX | \text{LEFTWARDSARROWWITHSTROKE} |
| Símbolo | ↚ |
| Codificación URL (porcentaje UTF-8) | %E2%86%9A |
| Nombre oral / lector de pantalla | Leftwards Arrow With Stroke |