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

What is Unicode character 𰝲?

The Unicode character 𰝲 U+30772 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+30772.

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!