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

What is Unicode character ĕ?

The Unicode character ĕ U+0115 is Latin Small Letter E With Breve in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ĕ?

The uppercase equivalent of the Unicode character ĕ is Ĕ (U+0114).

What does the Unicode character ĕ represent?

The Unicode character ĕ represents Latin Small Letter E With Breve.

What is the Unicode code point for ĕ?

The Unicode code point for ĕ is U+0115.

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