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

What is Unicode character 𢐩?

The Unicode character 𢐩 U+22429 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+22429.

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!