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

What is Unicode character ę?

The Unicode character ę U+0119 is Latin Small Letter E With Ogonek in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ę?

The uppercase equivalent of the Unicode character ę is Ę (U+0118).

What does the Unicode character ę represent?

The Unicode character ę represents Latin Small Letter E With Ogonek.

What is the Unicode code point for ę?

The Unicode code point for ę is U+0119.

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 E With Ogonek 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!