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

What is Unicode character 𧑝?

The Unicode character 𧑝 U+2745D 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+2745D.

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!