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

What is Unicode character 𰙲?

The Unicode character 𰙲 U+30672 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+30672.

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!