Double-struck Capital Z
ℤ
Shortcodes
Copy useful codes for double-struck capital z symbol ℤ to use in websites, apps, blogs, and docs.
Unicode
U+2124 HTML Code
ℤ HTML Entity
ℤ HEX Code
ℤ CSS Code
\2124 JS/JSON
\u2124 Unix/C/PHP/JAVA
0x2124 URL-encode
%E2%84%A4 Customize Double-struck Capital Z
Customize ℤ, download it as SVG or PNG, or copy the generated HTML snippet.
ℤ
How to use Double-struck Capital Z Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ℤ</span> HTML Code:
<span>ℤ</span> HTML Entity:
<span>ℤ</span> HEX Code:
<span>ℤ</span> Add with CSS
.double-struck-capital-z::before {
content: '\\2124';
} Set it in JavaScript
document.querySelector('.double-struck-capital-z').textContent = 'ℤ';