| Symboolnaam | Black Curved Leftwards And Upwards Arrow |
| Unicode-versie | 7.0 |
| Unicode | U+2BAC |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het black curved leftwards and upwards arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Black Curved Leftwards And Upwards Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x2BAC |
| HTML-code | ⮬ |
| LaTeX | \text{BLACKCURVEDLEFTWARDSANDUPWARDSARROW} |
| Symbool | ⮬ |
| URL-codering (UTF-8 procent) | %E2%AE%AC |
| Uitgesproken naam / schermlezer | Black Curved Leftwards And Upwards Arrow |