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

What is Unicode character 𰝷?

The Unicode character 𰝷 U+30777 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+30777.

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!