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

What is Unicode character 𢑷?

The Unicode character 𢑷 U+22477 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+22477.

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!