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

What is Unicode character 𬓀?

The Unicode character 𬓀 U+2C4C0 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+2C4C0.

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!