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

What is Unicode character 𭑝?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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