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>&#183952;</p>
📋
CSS .selector { content: '\2CE90' };
📋
JS var unicodeA = '\u2CE90 ';
📋
CPP char unicodeA = ' \u2CE90 ';
📋
Java char unicodeA = '\u2CE90';
📋
Python unicodeA = '\u2CE90'
📋

What is Unicode character 𬺐?

The Unicode character 𬺐 U+2CE90 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CE90.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!