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

What is Unicode character 𡑀?

The Unicode character 𡑀 U+21440 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+21440.

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!