Integral
∫
Shortcodes
Copy useful codes for integral symbol ∫ to use in websites, apps, blogs, and docs.
Unicode
U+222B HTML Code
∫ HEX Code
∫ CSS Code
\222B JS/JSON
\u222B Unix/C/PHP/JAVA
0x222B URL-encode
%E2%88%AB Customize Integral
Customize ∫, download it as SVG or PNG, or copy the generated HTML snippet.
∫
How to use Integral Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>∫</span> HTML Code:
<span>∫</span> HEX Code:
<span>∫</span> Add with CSS
.integral::before {
content: '\\222B';
} Set it in JavaScript
document.querySelector('.integral').textContent = '∫';