Clockwise Integral

Shortcodes

Copy and paste codes for Clockwise Integral symbol ∱ to use in your websites, apps, blogs, and more.

Unicode
U+2231
HTML Code
∱
HEX Code
∱
CSS Code
\2231
JS/JSON
\u2231
Unix/C/PHP/JAVA
0x2231
URL-encode
%E2%88%B1
copied

Customize Clockwise Integral Symbol

Customize ∱ symbol as you like and download Clockwise Integral as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Clockwise Integral symbol in HTML, CSS, and JS?

Insert ∱ Clockwise Integral using HTML

1. Copy-paste Clockwise Integral directly:
<span>∱</span>
2. HTML Decimal Code:
<span>&#8753;</span>
3. Hexadecimal Code:
<span>&#x2231;</span>
Preview:

Add Clockwise Integral symbol with CSS

.clockwise-integral::before {
    content: '\\2231';
}
Preview: Clockwise Integral

Clockwise Integral JavaScript Code

1. Direct Symbol:
document.querySelector('.clockwise-integral').textContent = '∱';
2. Unicode Escape for ∱:
document.querySelector('.clockwise-integral').textContent = '\u2231';
Preview: