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

What is Unicode character 𨑀?

The Unicode character 𨑀 U+28440 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+28440.

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!