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

What is Unicode character 𰢐?

The Unicode character 𰢐 U+30890 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+30890.

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!