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

What is Unicode character 𰲺?

The Unicode character 𰲺 U+30CBA 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+30CBA.

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!