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

What is Unicode character 𬦀?

The Unicode character 𬦀 U+2C980 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+2C980.

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!