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

What is Unicode character 𬁀?

The Unicode character 𬁀 U+2C040 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+2C040.

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!