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

What is Unicode character 𰁲?

The Unicode character 𰁲 U+30072 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+30072.

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!