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>&#378;</p>
📋
CSS .selector { content: '\017A' };
📋
JS var unicodeA = '\u017A ';
📋
CPP char unicodeA = ' \u017A ';
📋
Java char unicodeA = '\u017A';
📋
Python unicodeA = '\u017A'
📋

What is Unicode character ź?

The Unicode character ź U+017A is Latin Small Letter Z With Acute in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ź?

The uppercase equivalent of the Unicode character ź is Ź (U+0179).

What does the Unicode character ź represent?

The Unicode character ź represents Latin Small Letter Z With Acute.

What is the Unicode code point for ź?

The Unicode code point for ź is U+017A.

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 Acute 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!