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

What is Unicode character 𬰃?

The Unicode character 𬰃 U+2CC03 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+2CC03.

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!