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

What is Unicode character 𰍲?

The Unicode character 𰍲 U+30372 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+30372.

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!