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

What is Unicode character 𬆀?

The Unicode character 𬆀 U+2C180 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+2C180.

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!