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