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

What is Unicode character 𰢕?

The Unicode character 𰢕 U+30895 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+30895.

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!