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

What is Unicode character 𰲐?

The Unicode character 𰲐 U+30C90 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+30C90.

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!