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