| Symbol Name | Black Curved Leftwards And Upwards Arrow |
| Unicode Version | 7.0 |
| Unicode | U+2BAC |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 AE AC |
| UTF-16 | 2BAC |
| UTF-32 | 00002BAC |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCURVEDLEFTWARDSANDUPWARDSARROW}4\end{document}You can type the black curved leftwards and upwards arrow symbol on most modern devices with the help of following methods:
Alt + 11180 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black curved leftwards and upwards arrow", or use Unicode Hex Input with 2BAC.
Ctrl + Shift + U, type 2bac, 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-leftwards-and-upwards-arrow::before { content: "\2BAC"; }1<span>⮬</span>Black Curved Leftwards And Upwards Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2BAC' or String.fromCodePoint(11180) |
| Python | '\N{BLACK CURVED LEFTWARDS AND UPWARDS ARROW}' or chr(11180) |
| Rust | '\u{2BAC}' |
| C / C++ | UTF-8 source or wchar_t with U+2BAC |
| Go | string(rune(0x2BAC)) |
| Ruby | "\u{2BAC}" |
| CSS Code |
\2BAC |
| Hex Code | 0x2BAC |
| HTML Code | ⮬ |
| LaTeX | \text{BLACKCURVEDLEFTWARDSANDUPWARDSARROW} |
| Symbol | ⮬ |
| URL encode (UTF-8 percent) | %E2%AE%AC |
| Spoken / screen reader name | Black Curved Leftwards And Upwards Arrow |