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

What is Unicode character 𦑝?

The Unicode character 𦑝 U+2645D 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+2645D.

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!