Css Styling

Size
ż
15px
ż
18px
ż
21px
ż
24px
ż
27px
ż
30px
ż
33px
ż
36px
ż
42px
ż
48px
ż
54px
ż
60px
ż
66px
ż
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ż
Bold
ż
Italic
ż
Underline
ż
Strikethrough
ż
UpperCase
ż
LowerCase
ż
Oblique
A ż
Subscript
A ż
Superscript
ż
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ż
Arial
ż
Times New Roman
ż
Verdana
ż
Courier New
ż
Garamond
ż
Georgia
ż
Trebuchet MS
ż
Tahoma
ż
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ż
White
ż
Brown
ż
Maroon
ż
Magenta
ż
Red
ż
Orange
ż
Yellow
ż
Green
ż
Teal
ż
Cyan
ż
Blue
ż
Violet
ż
Purple
ż
Indigo
ż
Gray
ż
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ż
White
ż
Brown
ż
Maroon
ż
Magenta
ż
Red
ż
Orange
ż
Yellow
ż
Green
ż
Teal
ż
Cyan
ż
Blue
ż
Violet
ż
Purple
ż
Indigo
ż
Gray
ż
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#380;</p>
📋
CSS .selector { content: '\017C' };
📋
JS var unicodeA = '\u017C ';
📋
CPP char unicodeA = ' \u017C ';
📋
Java char unicodeA = '\u017C';
📋
Python unicodeA = '\u017C'
📋

What is Unicode character ż?

The Unicode character ż U+017C is Latin Small Letter Z With Dot Above in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ż?

The uppercase equivalent of the Unicode character ż is Ż (U+017B).

What does the Unicode character ż represent?

The Unicode character ż represents Latin Small Letter Z With Dot Above.

What is the Unicode code point for ż?

The Unicode code point for ż is U+017C.

Is the appearance of the ż character consistent across all platforms?

The appearance of the ż character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter Z With Dot Above remains consistent.

How can I ensure the ż character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ż character.

In which version was Unicode character ż released, and to which block of characters does it belong?

Unicode character ż was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
Decomposition Type Canonical Decomposition
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!