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

What is Unicode character 𬂀?

The Unicode character 𬂀 U+2C080 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+2C080.

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!