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

What is Unicode character 𧑚?

The Unicode character 𧑚 U+2745A 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+2745A.

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!