Latin Capital Letter Z With Dot Above

Ż

Shortcodes

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

Unicode
U+017B
HTML Code
Ż
HEX Code
Ż
CSS Code
\17B
JS/JSON
\u017B
Unix/C/PHP/JAVA
0x17B
URL-encode
%C5%BB
copied

Customize Latin Capital Letter Z With Dot Above Symbol

Customize Ż symbol as you like and download Latin Capital Letter Z With Dot Above 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 Latin Capital Letter Z With Dot Above symbol in HTML, CSS, and JS?

Insert Ż Latin Capital Letter Z With Dot Above using HTML

1. Copy-paste Latin Capital Letter Z With Dot Above directly:
<span>Ż</span>
2. HTML Decimal Code:
<span>&#379;</span>
3. Hexadecimal Code:
<span>&#x017B;</span>
Preview: Ż

Add Latin Capital Letter Z With Dot Above symbol with CSS

.latin-capital-letter-z-with-dot-above::before {
    content: '\\17B';
}
Preview: Latin Capital Letter Z With Dot Above

Latin Capital Letter Z With Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-z-with-dot-above').textContent = 'Ż';
2. Unicode Escape for Ż:
document.querySelector('.latin-capital-letter-z-with-dot-above').textContent = '\u017B';
Preview: Ż