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

What is Unicode character 𢒑?

The Unicode character 𢒑 U+22491 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+22491.

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!