Double Integral
∬
Shortcodes
Copy useful codes for double integral symbol ∬ to use in websites, apps, blogs, and docs.
Unicode
U+222C HTML Code
∬ HEX Code
∬ CSS Code
\222C JS/JSON
\u222C Unix/C/PHP/JAVA
0x222C URL-encode
%E2%88%AC Customize Double Integral
Customize ∬, download it as SVG or PNG, or copy the generated HTML snippet.
∬
How to use Double 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
.double-integral::before {
content: '\\222C';
} Set it in JavaScript
document.querySelector('.double-integral').textContent = '∬';