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

What is Unicode character 𬑚?

The Unicode character 𬑚 U+2C45A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C45A.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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