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

What is Unicode character 𬑀?

The Unicode character 𬑀 U+2C440 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+2C440.

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!