Uppercase Z acute (Ź) is the Unicode character at U+0179 in Latin Extended-A. Official name: LATIN CAPITAL LETTER Z WITH ACUTE — a capital Z with an acute accent, a distinct letter in Polish and Lower Sorbian.
Remember
Character Ź
Unicode U+0179
Named entity Ź (capital Z)
Hex entity Ź
Decimal Ź
CSS escape \0179
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 Ż with a dot. Ź uses an acute accent — different letters in Polish.
vs Ž
Not a caron
Ž (Ž) is Ž with a háček. Do not swap acute and caron.
vs Z
Not plain Z
ASCII Z (U+005A) has no accent. 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
\0179 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 acute (U+0179) and its entity forms (Ź, Ź, Ź, CSS \\0179) are supported in all mainstream browsers. Latin Extended-A glyphs are widely available in system fonts.
✓ Universal support
Uppercase Z Acute (Ź)
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+0179 / ŹFull support
Bottom line: Prefer Ź (capital Z) in HTML. Use \\0179 only inside CSS content. Do not confuse with ź (ź), Ż, or Ž.
Remember
Key Takeaways
Unicode: uppercase Z acute is U+0179 (decimal 377) — glyph Ź.
HTML: prefer Ź (capital Z) — also Ź / Ź.
CSS: use \0179 inside content for generated text.
Meaning:Ź is capital acute — not ź (ź), not Ż (dot), not Ž (caron).
Use Ź (named), Ź (hex), Ź (decimal), type Ź directly in UTF-8, or the CSS escape \0179 in content. Prefer Ź in normal HTML.
U+0179 (LATIN CAPITAL LETTER Z WITH ACUTE). Hex 179, decimal 377. 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+0179 (Ź, capital acute). ź is U+017A (ź). Ż is Z with dot above (Ż, U+017B).
Use it for Polish, Lower Sorbian, and other text that needs capital Ź — not as a substitute for plain Z, Ż, or Ž.
HTML entities (Ź, Ź, or Ź) go in markup. The CSS escape \0179 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase Z acute is Unicode U+0179 (decimal 377) — glyph Ź in Latin Extended-A (U+0100–U+017F). HTML5 names it Ź (capital Z). Official name: LATIN CAPITAL LETTER Z WITH ACUTE. Lowercase is ź (ź, U+017A). Essential in Polish and Lower Sorbian. Do not confuse with dot above Ż (Ż) or caron Ž (Ž).