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

What is Unicode character ȃ?

The Unicode character ȃ U+0203 is Latin Small Letter A With Inverted Breve in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ȃ?

The uppercase equivalent of the Unicode character ȃ is Ȃ (U+0202).

What does the Unicode character ȃ represent?

The Unicode character ȃ represents Latin Small Letter A With Inverted Breve.

What is the Unicode code point for ȃ?

The Unicode code point for ȃ is U+0203.

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 Inverted 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 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!