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

What is Unicode character 𬗀?

The Unicode character 𬗀 U+2C5C0 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+2C5C0.

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!