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

What is Unicode character 𰗔?

The Unicode character 𰗔 U+305D4 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+305D4.

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!