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

What is Unicode character 𬶐?

The Unicode character 𬶐 U+2CD90 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+2CD90.

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!