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

What is Unicode character 𢺐?

The Unicode character 𢺐 U+22E90 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+22E90.

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!