| Symboolnaam | Black Curved Rightwards And Upwards Arrow |
| Unicode-versie | 7.0 |
| Unicode | U+2BAD |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| UTF-8 | E2 AE AD |
| UTF-16 | 2BAD |
| UTF-32 | 00002BAD |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCURVEDRIGHTWARDSANDUPWARDSARROW}4\end{document}Je kunt het black curved rightwards and upwards arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 11181 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black curved rightwards and upwards arrow", or use Unicode Hex Input with 2BAD.
Ctrl + Shift + U, type 2bad, 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-rightwards-and-upwards-arrow::before { content: "\2BAD"; }1<span>⮭</span>De weergave van het Black Curved Rightwards And Upwards Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2BAD' or String.fromCodePoint(11181) |
| Python | '\N{BLACK CURVED RIGHTWARDS AND UPWARDS ARROW}' or chr(11181) |
| Rust | '\u{2BAD}' |
| C / C++ | UTF-8 source or wchar_t with U+2BAD |
| Go | string(rune(0x2BAD)) |
| Ruby | "\u{2BAD}" |
| CSS-code |
\2BAD |
| Hexadecimale code | 0x2BAD |
| HTML-code | ⮭ |
| LaTeX | \text{BLACKCURVEDRIGHTWARDSANDUPWARDSARROW} |
| Symbool | ⮭ |
| URL-codering (UTF-8 procent) | %E2%AE%AD |
| Uitgesproken naam / schermlezer | Black Curved Rightwards And Upwards Arrow |