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

What is Unicode character 𨑷?

The Unicode character 𨑷 U+28477 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+28477.

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!