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

What is Unicode character 𮑝?

The Unicode character 𮑝 U+2E45D 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+2E45D.

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!