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

What is Unicode character 𰝵?

The Unicode character 𰝵 U+30775 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+30775.

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!