| 記号名 | Anticlockwise Top Semicircle Arrow |
| Unicodeバージョン | 1.1 |
| Unicode | U+21B6 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 86 B6 |
| UTF-16 | 21B6 |
| UTF-32 | 000021B6 |
1\documentclass{article}2\usepackage{pifont}3\text{ANTICLOCKWISETOPSEMICIRCLEARROW}4\end{document}以下の方法でほとんどの最新デバイスでanticlockwise top semicircle arrow記号を入力できます:
Alt + 8630 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "anticlockwise top semicircle arrow", or use Unicode Hex Input with 21B6.
Ctrl + Shift + U, type 21b6, 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.anticlockwise-top-semicircle-arrow::before { content: "\21B6"; }1<span>↶</span>各プログラミング言語におけるAnticlockwise Top Semicircle Arrow記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u21B6' or String.fromCodePoint(8630) |
| Python | '\N{ANTICLOCKWISE TOP SEMICIRCLE ARROW}' or chr(8630) |
| Rust | '\u{21B6}' |
| C / C++ | UTF-8 source or wchar_t with U+21B6 |
| Go | string(rune(0x21B6)) |
| Ruby | "\u{21B6}" |
\21B6 |
| 16進コード | 0x21B6 |
| HTMLコード | ↶ |
| LaTeX | \text{ANTICLOCKWISETOPSEMICIRCLEARROW} |
| 記号 | ↶ |
| URLエンコード(UTF-8パーセント) | %E2%86%B6 |
| 読み上げ名 / スクリーンリーダー | Anticlockwise Top Semicircle Arrow |