| Nombre del símbolo | Clockwise Contour Integral |
| Versión Unicode | 1.1 |
| Unicode | U+2232 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 88 B2 |
| UTF-16 | 2232 |
| UTF-32 | 00002232 |
1\documentclass{article}2\usepackage{pifont}3\varointclockwise4\end{document}Puedes escribir el símbolo clockwise contour integral en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Clockwise Contour Integral en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |
| Código CSS |
\2232 |
| Código hexadecimal | 0x2232 |
| Código HTML | ∲ |
| LaTeX | \varointclockwise |
| Símbolo | ∲ |
| Codificación URL (porcentaje UTF-8) | %E2%88%B2 |
| Nombre oral / lector de pantalla | Clockwise Contour Integral |