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

What is Unicode character ė?

The Unicode character ė U+0117 is Latin Small Letter E 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+0116).

What does the Unicode character ė represent?

The Unicode character ė represents Latin Small Letter E With Dot Above.

What is the Unicode code point for ė?

The Unicode code point for ė is U+0117.

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