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 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#235;</p>
📋
CSS .selector { content: '\00EB' };
📋
JS var unicodeA = '\u00EB ';
📋
CPP char unicodeA = ' \u00EB ';
📋
Java char unicodeA = '\u00EB';
📋
Python unicodeA = '\u00EB'
📋

What is Unicode character ë?

The Unicode character ë U+00EB is Latin Small Letter E With Diaeresis in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ë?

The uppercase equivalent of the Unicode character ë is Ë (U+00CB).

What does the Unicode character ë represent?

The Unicode character ë represents Latin Small Letter E With Diaeresis.

What is the Unicode code point for ë?

The Unicode code point for ë is U+00EB.

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 Diaeresis 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 1 Supplement 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 1 Supplement
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!