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

What is Unicode character 𬚀?

The Unicode character 𬚀 U+2C680 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+2C680.

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!