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

What is Unicode character 𡑝?

The Unicode character 𡑝 U+2145D 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+2145D.

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!