Latin Small Letter Z With Dot Above

ż

Shortcodes

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

Unicode
U+017C
HTML Code
ż
HEX Code
ż
CSS Code
\17C
JS/JSON
\u017C
Unix/C/PHP/JAVA
0x17C
URL-encode
%C5%BC
copied

Customize Latin Small Letter Z With Dot Above Symbol

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

Insert ż Latin Small Letter Z With Dot Above using HTML

1. Copy-paste Latin Small Letter Z With Dot Above directly:
<span>ż</span>
2. HTML Decimal Code:
<span>&#380;</span>
3. Hexadecimal Code:
<span>&#x017C;</span>
Preview: ż

Add Latin Small Letter Z With Dot Above symbol with CSS

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

Latin Small Letter Z With Dot Above JavaScript Code

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