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

What is Unicode character 𬀼?

The Unicode character 𬀼 U+2C03C 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+2C03C.

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!