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

What is Unicode character 𰦕?

The Unicode character 𰦕 U+30995 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+30995.

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!