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

What is Unicode character 𬤎?

The Unicode character 𬤎 U+2C90E 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+2C90E.

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!