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

What is Unicode character 𰝹?

The Unicode character 𰝹 U+30779 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+30779.

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!