Fullwidth Latin Capital Letter Z

Shortcodes

Copy and paste codes for Fullwidth Latin Capital Letter Z symbol Z to use in your websites, apps, blogs, and more.

Unicode
U+FF3A
HTML Code
Z
HEX Code
Z
CSS Code
\FF3A
JS/JSON
\uFF3A
Unix/C/PHP/JAVA
0xFF3A
URL-encode
%EF%BC%BA
copied

Customize Fullwidth Latin Capital Letter Z Symbol

Customize Z symbol as you like and download Fullwidth Latin Capital Letter Z as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Capital Letter Z symbol in HTML, CSS, and JS?

Insert Z Fullwidth Latin Capital Letter Z using HTML

1. Copy-paste Fullwidth Latin Capital Letter Z directly:
<span>Z</span>
2. HTML Decimal Code:
<span>&#65338;</span>
3. Hexadecimal Code:
<span>&#xFF3A;</span>
Preview:

Add Fullwidth Latin Capital Letter Z symbol with CSS

.fullwidth-latin-capital-letter-z::before {
    content: '\\FF3A';
}
Preview: Fullwidth Latin Capital Letter Z

Fullwidth Latin Capital Letter Z JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-capital-letter-z').textContent = 'Z';
2. Unicode Escape for Z:
document.querySelector('.fullwidth-latin-capital-letter-z').textContent = '\uFF3A';
Preview: