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

What is Unicode character 𰭲?

The Unicode character 𰭲 U+30B72 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+30B72.

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!