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

What is Unicode character 𰢙?

The Unicode character 𰢙 U+30899 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+30899.

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!