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

What is Unicode character Ĕ?

The Unicode character Ĕ U+0114 is Latin Capital Letter E With Breve in the Latin Extended A block.

What is the lowercase equivalent of the Unicode character Ĕ?

The lowercase equivalent of the Unicode character Ĕ is ĕ (U+0115).

What does the Unicode character Ĕ represent?

The Unicode character Ĕ represents Latin Capital Letter E With Breve.

What is the Unicode code point for Ĕ?

The Unicode code point for Ĕ is U+0114.

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 Capital 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 Uppercase 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 Uppercase
Word Break MidNumNum
Copied!