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

What is Unicode character 𡑃?

The Unicode character 𡑃 U+21443 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+21443.

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!