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

What is Unicode character 𰲰?

The Unicode character 𰲰 U+30CB0 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+30CB0.

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!