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

What is Unicode character 𫑀?

The Unicode character 𫑀 U+2B440 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B440.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!