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

What is Unicode character 𣑝?

The Unicode character 𣑝 U+2345D 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+2345D.

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!