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

What is Unicode character 𬐌?

The Unicode character 𬐌 U+2C40C 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+2C40C.

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!