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

What is Unicode character 𬹀?

The Unicode character 𬹀 U+2CE40 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+2CE40.

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!