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

What is Unicode character 𰢅?

The Unicode character 𰢅 U+30885 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+30885.

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!