Uppercase Z dot above (Ż) is the Unicode character at U+017B in Latin Extended-A. Official name: LATIN CAPITAL LETTER Z WITH DOT ABOVE — a capital Z with a dot, a distinct letter in Polish and Kashubian.
Remember
Character Ż
Unicode U+017B
Named entity Ż (capital Z)
Hex entity Ż
Decimal Ż
CSS escape \017B
Not the same ż · Ź · Ž
Prefer Ż in HTML markup — the capital Z in the name matters. Numeric forms and typing Ż in UTF-8 also work. For the lowercase letter, use ż (ż).
Ź (Ź) is Polish Ź. Ż uses a round dot — different letters in Polish.
vs Ž
Not a caron
Ž (Ž) is Ž with a háček. Do not swap dot and caron.
vs Z
Not plain Z
ASCII Z (U+005A) has no dot. Use Ż when the language requires Ż.
Encoding
Keep UTF-8 declared
Latin Extended-A letters display reliably with <meta charset="UTF-8">. Prefer named entities when encoding is uncertain.
CSS vs HTML
Do not mix escapes
\017B belongs in CSS strings. Ż / Ż / Ż belong in HTML.
A11y
Use real language context
When Ż appears in Polish words, keep surrounding text and lang accurate (for example lang="pl").
Compatibility
Browser Support
Uppercase Z dot above (U+017B) and its entity forms (Ż, Ż, Ż, CSS \\017B) are supported in all mainstream browsers. Latin Extended-A glyphs are widely available in system fonts.
✓ Universal support
Uppercase Z Dot Above (Ż)
Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+017B / ŻFull support
Bottom line: Prefer Ż (capital Z) in HTML. Use \\017B only inside CSS content. Do not confuse with ż (ż), Ź, or Ž.
Remember
Key Takeaways
Unicode: uppercase Z dot above is U+017B (decimal 379) — glyph Ż.
HTML: prefer Ż (capital Z) — also Ż / Ż.
CSS: use \017B inside content for generated text.
Meaning:Ż is capital dot above — not ż (ż), not Ź (acute), not Ž (caron).
Use Ż (named), Ż (hex), Ż (decimal), type Ż directly in UTF-8, or the CSS escape \017B in content. Prefer Ż in normal HTML.
U+017B (LATIN CAPITAL LETTER Z WITH DOT ABOVE). Hex 17B, decimal 379. It belongs to Latin Extended-A (U+0100–U+017F).
Yes. Use Ż (capital Z). Numeric forms Ż and Ż also work. Note: ż (lowercase) is a different letter (ż).
No. Ż is U+017B (Ż, capital dot above). ż is U+017C (ż). Ź is Z with acute (Ź, U+0179).
Use it for Polish, Kashubian, and other text that needs capital Ż — for example ŻABA or ŻYCIE — not as a substitute for plain Z, Ź, or Ž.
HTML entities (Ż, Ż, or Ż) go in markup. The CSS escape \017B goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase Z dot above is Unicode U+017B (decimal 379) — glyph Ż in Latin Extended-A (U+0100–U+017F). HTML5 names it Ż (capital Z). Official name: LATIN CAPITAL LETTER Z WITH DOT ABOVE. Lowercase is ż (ż, U+017C). Essential in Polish and Kashubian. Do not confuse with acute Ź (Ź) or caron Ž (Ž).