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.

Character Traits

Unicode Variants

Latin Extended B

Code Snippets

Lang Example Copy
HTML <p>&#477;</p>
📋
CSS .selector { content: '\01DD' };
📋
JS var unicodeA = '\u01DD ';
📋
CPP char unicodeA = ' \u01DD ';
📋
Java char unicodeA = '\u01DD';
📋
Python unicodeA = '\u01DD'
📋

What is Unicode character ǝ?

The Unicode character ǝ U+01DD is Latin Small Letter Turned E in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ǝ?

The uppercase equivalent of the Unicode character ǝ is Ǝ (U+018E).

Are there any variations of character ǝ?

Yes, Ǝ - (U+018E), ᴲ - (U+1D32), etc. are some variants of character ǝ.

What does the Unicode character ǝ represent?

The Unicode character ǝ represents Latin Small Letter Turned E.

What is the Unicode code point for ǝ?

The Unicode code point for ǝ is U+01DD.

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 Turned E 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 B 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 B
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!