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

What is Unicode character 𰐴?

The Unicode character 𰐴 U+30434 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+30434.

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!