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

What is Unicode character 𡺐?

The Unicode character 𡺐 U+21E90 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+21E90.

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!