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

What is Unicode character 𨑝?

The Unicode character 𨑝 U+2845D 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+2845D.

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!