Mathematical Bold Small Z
๐ณ
Shortcodes
Copy useful codes for mathematical bold small z symbol ๐ณ to use in websites, apps, blogs, and docs.
Unicode
U+1D433 HTML Code
𝐳 HEX Code
𝐳 CSS Code
\1D433 JS/JSON
\u1D433 Unix/C/PHP/JAVA
0x1D433 URL-encode
%F0%9D%90%B3 Customize Mathematical Bold Small Z
Customize ๐ณ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ณ
How to use Mathematical Bold Small 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
.mathematical-bold-small-z::before {
content: '\\1D433';
} Set it in JavaScript
document.querySelector('.mathematical-bold-small-z').textContent = '๐ณ';