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

What is Unicode character 𢑝?

The Unicode character 𢑝 U+2245D 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+2245D.

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!