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

What is Unicode character 𰦐?

The Unicode character 𰦐 U+30990 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+30990.

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!