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