| Nome del simbolo | Clockwise Contour Integral |
| Versione Unicode | 1.1 |
| Unicode | U+2232 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 88 B2 |
| UTF-16 | 2232 |
| UTF-32 | 00002232 |
1\documentclass{article}2\usepackage{pifont}3\varointclockwise4\end{document}Puoi digitare il simbolo clockwise contour integral sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8754 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "clockwise contour integral", or use Unicode Hex Input.
Ctrl + Shift + U, type 2232, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended math symbol panels.
1span.cw-contour::before { content: "\2232"; }1<span>∲</span>La rappresentazione del simbolo Clockwise Contour Integral nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2232' or String.fromCodePoint(0x2232) |
| Python | '\N{CLOCKWISE CONTOUR INTEGRAL}' or chr(8754) |
| Rust | '\u{2232}' |
| C / C++ | UTF-8 source or wchar_t with U+2232 |
| Go | string(rune(0x2232)) |
| Ruby | "\u2232" |
| Codice CSS |
\2232 |
| Codice esadecimale | 0x2232 |
| Codice HTML | ∲ |
| LaTeX | \varointclockwise |
| Simbolo | ∲ |
| Codifica URL (percentuale UTF-8) | %E2%88%B2 |
| Nome parlato / screen reader | Clockwise Contour Integral |