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

What is Unicode character 𬙀?

The Unicode character 𬙀 U+2C640 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+2C640.

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!