| 記号名 | Anticlockwise Contour Integral |
| Unicodeバージョン | 1.1 |
| Unicode | U+2233 |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 88 B3 |
| UTF-16 | 2233 |
| UTF-32 | 00002233 |
1\documentclass{article}2\usepackage{pifont}3\varointctrclockwise4\end{document}以下の方法でほとんどの最新デバイスでanticlockwise contour integral記号を入力できます:
Alt + 8755 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "anticlockwise contour integral", or use Unicode Hex Input.
Ctrl + Shift + U, type 2233, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended math symbol panels.
1span.ccw-contour::before { content: "\2233"; }1<span>∳</span>各プログラミング言語におけるAnticlockwise Contour Integral記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2233' or String.fromCodePoint(0x2233) |
| Python | '\N{ANTICLOCKWISE CONTOUR INTEGRAL}' or chr(8755) |
| Rust | '\u{2233}' |
| C / C++ | UTF-8 source or wchar_t with U+2233 |
| Go | string(rune(0x2233)) |
| Ruby | "\u2233" |
\2233 |
| 16進コード | 0x2233 |
| HTMLコード | ∳ |
| LaTeX | \varointctrclockwise |
| 記号 | ∳ |
| URLエンコード(UTF-8パーセント) | %E2%88%B3 |
| 読み上げ名 / スクリーンリーダー | Anticlockwise Contour Integral |