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

What is Unicode character 𬅀?

The Unicode character 𬅀 U+2C140 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+2C140.

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!