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

What is Unicode character 𬎀?

The Unicode character 𬎀 U+2C380 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+2C380.

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!