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

What is Unicode character 𧐌?

The Unicode character 𧐌 U+2740C 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+2740C.

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!