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 ż 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 type Latin Small Letter Z With Dot Above symbol ż ?

  • You can try inserting Latin Small Letter Z With Dot Above symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the ż symbol directly from this website.
  • Use provided codes for Latin Small Letter Z With Dot Above symbol where they are supported.

How to add Latin Small Letter Z With Dot Above symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>ż</span>
2. HTML Decimal Code:
<span>&#380;</span>
3. Hexadecimal Code:
<span>&#x017C;</span>
Preview: ż

CSS Method:

.symbol::before {
    content: '\\17C';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'ż';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u017C';
Preview: ż