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

What is Unicode character 𰾕?

The Unicode character 𰾕 U+30F95 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+30F95.

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!