| Nombre del símbolo | Black Curved Rightwards And Upwards Arrow |
| Versión Unicode | 7.0 |
| Unicode | U+2BAD |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 AE AD |
| UTF-16 | 2BAD |
| UTF-32 | 00002BAD |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCURVEDRIGHTWARDSANDUPWARDSARROW}4\end{document}Puedes escribir el símbolo black curved rightwards and upwards arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 11181 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black curved rightwards and upwards arrow", or use Unicode Hex Input with 2BAD.
Ctrl + Shift + U, type 2bad, 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.black-curved-rightwards-and-upwards-arrow::before { content: "\2BAD"; }1<span>⮭</span>La representación del símbolo Black Curved Rightwards And Upwards Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2BAD' or String.fromCodePoint(11181) |
| Python | '\N{BLACK CURVED RIGHTWARDS AND UPWARDS ARROW}' or chr(11181) |
| Rust | '\u{2BAD}' |
| C / C++ | UTF-8 source or wchar_t with U+2BAD |
| Go | string(rune(0x2BAD)) |
| Ruby | "\u{2BAD}" |
| Código CSS |
\2BAD |
| Código hexadecimal | 0x2BAD |
| Código HTML | ⮭ |
| LaTeX | \text{BLACKCURVEDRIGHTWARDSANDUPWARDSARROW} |
| Símbolo | ⮭ |
| Codificación URL (porcentaje UTF-8) | %E2%AE%AD |
| Nombre oral / lector de pantalla | Black Curved Rightwards And Upwards Arrow |