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

What is Unicode character 𰙢?

The Unicode character 𰙢 U+30662 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+30662.

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!