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

What is Unicode character 𰢘?

The Unicode character 𰢘 U+30898 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+30898.

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!