Fullwidth Latin Small Letter Z
z
Shortcodes
Copy useful codes for fullwidth latin small letter z symbol z to use in websites, apps, blogs, and docs.
Unicode
U+FF5A HTML Code
z HEX Code
z CSS Code
\FF5A JS/JSON
\uFF5A Unix/C/PHP/JAVA
0xFF5A URL-encode
%EF%BD%9A Customize Fullwidth Latin Small Letter Z
Customize z, download it as SVG or PNG, or copy the generated HTML snippet.
z
How to use Fullwidth Latin Small Letter Z Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>z</span> HTML Code:
<span>z</span> HEX Code:
<span>z</span> Add with CSS
.fullwidth-latin-small-letter-z::before {
content: '\\FF5A';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-small-letter-z').textContent = 'z';