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

What is Unicode character 𢸢?

The Unicode character 𢸢 U+22E22 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+22E22.

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!