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

What is Unicode character 𬰰?

The Unicode character 𬰰 U+2CC30 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CC30.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!