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

What is Unicode character 𰐢?

The Unicode character 𰐢 U+30422 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+30422.

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!