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

What is Unicode character 𰑝?

The Unicode character 𰑝 U+3045D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3045D.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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