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

What is Unicode character 𢺈?

The Unicode character 𢺈 U+22E88 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+22E88.

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!