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

What is Unicode character 𬰅?

The Unicode character 𬰅 U+2CC05 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+2CC05.

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!