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

What is Unicode character 𢐴?

The Unicode character 𢐴 U+22434 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22434.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!