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

What is Unicode character 𬂐?

The Unicode character 𬂐 U+2C090 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+2C090.

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!