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.

Code Snippets

Lang Example Copy
HTML <p>&#197710;</p>
📋
CSS .selector { content: '\3044E' };
📋
JS var unicodeA = '\u3044E ';
📋
CPP char unicodeA = ' \u3044E ';
📋
Java char unicodeA = '\u3044E';
📋
Python unicodeA = '\u3044E'
📋

What is Unicode character 𰑎?

The Unicode character 𰑎 U+3044E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰑎 represent?

The Unicode character 𰑎 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰑎?

The Unicode code point for 𰑎 is U+3044E.

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 Cjk Unified Ideograph- 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 Han 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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!