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

What is Unicode character 𢑀?

The Unicode character 𢑀 U+22440 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22440.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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