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

What is Unicode character 𰘢?

The Unicode character 𰘢 U+30622 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+30622.

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!