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

What is Unicode character 𢐌?

The Unicode character 𢐌 U+2240C 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+2240C.

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!