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

What is Unicode character 𢸡?

The Unicode character 𢸡 U+22E21 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+22E21.

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!