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

What is Unicode character 𰑀?

The Unicode character 𰑀 U+30440 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30440.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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