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

What is Unicode character ȁ?

The Unicode character ȁ U+0201 is Latin Small Letter A With Double Grave in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ȁ?

The uppercase equivalent of the Unicode character ȁ is Ȁ (U+0200).

What does the Unicode character ȁ represent?

The Unicode character ȁ represents Latin Small Letter A With Double Grave.

What is the Unicode code point for ȁ?

The Unicode code point for ȁ is U+0201.

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 Double Grave 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!