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

What is Unicode character 𬤍?

The Unicode character 𬤍 U+2C90D 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+2C90D.

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!