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

What is Unicode character 𧑃?

The Unicode character 𧑃 U+27443 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+27443.

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!