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

What is Unicode character 𬀝?

The Unicode character 𬀝 U+2C01D 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+2C01D.

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!