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

What is Unicode character 𢑴?

The Unicode character 𢑴 U+22474 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+22474.

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!