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

What is Unicode character 𬖀?

The Unicode character 𬖀 U+2C580 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+2C580.

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!