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

What is Unicode character 𰢒?

The Unicode character 𰢒 U+30892 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+30892.

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!