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

What is Unicode character 𰹲?

The Unicode character 𰹲 U+30E72 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+30E72.

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!