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