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

What is Unicode character 𢺎?

The Unicode character 𢺎 U+22E8E 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+22E8E.

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!