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

What is Unicode character 𰕵?

The Unicode character 𰕵 U+30575 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+30575.

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!