| 記号名 | Black Curved Rightwards And Upwards Arrow |
| Unicodeバージョン | 7.0 |
| Unicode | U+2BAD |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 AE AD |
| UTF-16 | 2BAD |
| UTF-32 | 00002BAD |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCURVEDRIGHTWARDSANDUPWARDSARROW}4\end{document}以下の方法でほとんどの最新デバイスでblack curved rightwards and upwards arrow記号を入力できます:
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>各プログラミング言語におけるBlack Curved Rightwards And Upwards Arrow記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\2BAD |
| 16進コード | 0x2BAD |
| HTMLコード | ⮭ |
| LaTeX | \text{BLACKCURVEDRIGHTWARDSANDUPWARDSARROW} |
| 記号 | ⮭ |
| URLエンコード(UTF-8パーセント) | %E2%AE%AD |
| 読み上げ名 / スクリーンリーダー | Black Curved Rightwards And Upwards Arrow |