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

What is Unicode character 𰑃?

The Unicode character 𰑃 U+30443 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30443.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!