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

What is Unicode character 𰎕?

The Unicode character 𰎕 U+30395 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+30395.

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!