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

What is Unicode character 𦑀?

The Unicode character 𦑀 U+26440 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+26440.

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!