| Symbolname | Black Curved Leftwards And Upwards Arrow |
| Unicode-Version | 7.0 |
| Unicode | U+2BAC |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol black curved leftwards and upwards arrow auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Black Curved Leftwards And Upwards Arrow in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x2BAC |
| HTML-Code | ⮬ |
| LaTeX | \text{BLACKCURVEDLEFTWARDSANDUPWARDSARROW} |
| Symbol | ⮬ |
| URL-Kodierung (UTF-8-Prozent) | %E2%AE%AC |
| Ansagename (Screenreader) | Black Curved Leftwards And Upwards Arrow |