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

What is Unicode character 𬑝?

The Unicode character 𬑝 U+2C45D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C45D.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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