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

What is Unicode character 𬔀?

The Unicode character 𬔀 U+2C500 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+2C500.

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!