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