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

What is Unicode character 𰭢?

The Unicode character 𰭢 U+30B62 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+30B62.

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!