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

What is Unicode character 𰢗?

The Unicode character 𰢗 U+30897 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+30897.

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!