HTML Entity for Anticlockwise Contour Integral (∳)
Beginner
6 min read
Updated: Sep 2026
1 example
Unicode U+2233
Definition
What Is the Anticlockwise Contour Integral Entity?
Anticlockwise contour integral (∳) is Unicode U+2233 in the Mathematical Operators block. It is the calculus operator for a contour integral taken anticlockwise (common in complex analysis). HTML provides the named entity ∳.
Remember
Character ∳
Unicode U+2233
Hex entity ∳
Decimal ∳
Named entity ∳
CSS escape \2233
Related ∮ U+222E · ∲ U+2232
All of these produce the same glyph: ∳. Prefer ∳ in hand-written HTML; type ∳ in UTF-8 when you can; use numeric or CSS forms for generated content.
Contour using Hex Code: ∳
Contour using HTML Code: ∳
Contour using Named Entity: ∳
Contour using CSS Entity: ∳
Typed directly: ∳
How It Works
1. Hex:U+2233 → ∳ in HTML. The browser turns it into ∳.
2. Decimal: same code point as 8755 → ∳. Same result as hex.
3. Named:∳ is the standard HTML name for U+2233 — clear in source.
4. CSS: use \2233 in content (not an HTML entity). #point::after appends that ∳ after the paragraph text.
5. Typed ∳: fine in UTF-8 source. All five lines show the same glyph.
Pitfalls & Tips
Common mistakes when working with the anticlockwise contour integral (∳) entity.
Orientation
Do not swap with clockwise
∳ is ∳. ∲ is ∲. Match the contour direction.
∮
Not a generic contour
∮ (U+222E) has no built-in orientation mark. Use ∳ when anticlockwise must be explicit.
CSS vs HTML
Do not mix escapes
\2233 belongs in CSS. ∳ / ∳ belong in HTML.
Fonts
Use math-capable fonts
Some UI fonts omit Mathematical Operators. Prefer fonts with solid math coverage.
MathML
Complex formulas
For full equations, MathML or KaTeX/MathJax may be clearer than a lone Unicode glyph.
Semicolon
End references
Always finish with ; — write ∳, not &awconint.
Compatibility
Browser Support
Anticlockwise contour integral (U+2233) and its entity forms (∳, ∳, ∳, CSS \\2233) are supported in all mainstream browsers. Glyph availability depends on font support for Mathematical Operators.
✓ Universal support
Anticlockwise Contour Integral (∳)
Type ∳, or encode with named, hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2233 / entitiesFull support
Bottom line: Prefer ∳ or a typed ∳ for normal text. Use numeric forms when generating markup, and \\2233 only inside CSS content.
Remember
Key Takeaways
Unicode: anticlockwise contour integral is U+2233 (decimal 8755).
Use ∳ (hex), ∳ (decimal), ∳ (named), or the CSS escape \2233 in the content property. All render ∳. You can also paste ∳ directly if your file is UTF-8.
U+2233 (hex 2233, decimal 8755). Unicode names it Anticlockwise contour integral. It belongs to the Mathematical Operators block (U+2200–U+22FF).
Yes. ∳ maps to U+2233. Prefer it in hand-written HTML; numeric forms are useful in generated markup or XML contexts.
Use ∳ when the contour is oriented anticlockwise. Use ∮ (U+222E) for a generic contour integral, and ∲ (U+2232 / ∲) for clockwise orientation.
HTML entities (∳, ∳, or ∳) go in markup. The CSS escape \2233 is used in stylesheets (usually in the content property of ::before/::after). Both render ∳.
The site slug keeps an older short name. The Unicode character is Anticlockwise contour integral (U+2233) — same glyph this page documents.
🤔
Did you know?
Anticlockwise contour integral is Unicode U+2233 (decimal 8755) in the Mathematical Operators block. HTML provides the named entity ∳. The glyph ∳ marks a contour integral with anticlockwise orientation — not the same as plain contour ∮ (U+222E) or clockwise ∲ (U+2232).