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

What is Unicode character 𬔁?

The Unicode character 𬔁 U+2C501 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+2C501.

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!