| Nom du symbole | Clockwise Integral |
| Version Unicode | 1.1 |
| Unicode | U+2231 |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS |
| UTF-8 | E2 88 B1 |
| UTF-16 | 2231 |
| UTF-32 | 00002231 |
1\documentclass{article}2\usepackage{pifont}3\cwint4\end{document}Vous pouvez saisir le symbole clockwise integral sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8753 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "clockwise integral", or use Unicode Hex Input.
Ctrl + Shift + U, type 2231, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended math symbol panels.
1span.clockwise-integral::before { content: "\2231"; }1<span>∱</span>La représentation du symbole Clockwise Integral dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2231' or String.fromCodePoint(0x2231) |
| Python | '\N{CLOCKWISE INTEGRAL}' or chr(8753) |
| Rust | '\u{2231}' |
| C / C++ | UTF-8 source or wchar_t with U+2231 |
| Go | string(rune(0x2231)) |
| Ruby | "\u2231" |
\2231 |
| Code hexadécimal | 0x2231 |
| Code HTML | ∱ |
| LaTeX | \cwint |
| Symbole | ∱ |
| Encodage URL (pourcent UTF-8) | %E2%88%B1 |
| Nom oral / lecteur d’écran | Clockwise Integral |