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

What is Unicode character 𢺮?

The Unicode character 𢺮 U+22EAE 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+22EAE.

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!