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

What is Unicode character 𰀢?

The Unicode character 𰀢 U+30022 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+30022.

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!