Latin Letter Small Capital Z
ᴢ
Shortcodes
Copy useful codes for latin letter small capital z symbol ᴢ to use in websites, apps, blogs, and docs.
Unicode
U+1D22 HTML Code
ᴢ HEX Code
ᴢ CSS Code
\1D22 JS/JSON
\u1D22 Unix/C/PHP/JAVA
0x1D22 URL-encode
%E1%B4%A2 Customize Latin Letter Small Capital Z
Customize ᴢ, download it as SVG or PNG, or copy the generated HTML snippet.
ᴢ
How to use Latin Letter Small Capital Z 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
.latin-letter-small-capital-z::before {
content: '\\1D22';
} Set it in JavaScript
document.querySelector('.latin-letter-small-capital-z').textContent = 'ᴢ';