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

What is Unicode character 𢑚?

The Unicode character 𢑚 U+2245A 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+2245A.

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!