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 B

Code Snippets

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

What is Unicode character ǟ?

The Unicode character ǟ U+01DF is Latin Small Letter A With Diaeresis And Macron in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ǟ?

The uppercase equivalent of the Unicode character ǟ is Ǟ (U+01DE).

What does the Unicode character ǟ represent?

The Unicode character ǟ represents Latin Small Letter A With Diaeresis And Macron.

What is the Unicode code point for ǟ?

The Unicode code point for ǟ is U+01DF.

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 A With Diaeresis And Macron 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
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!