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

What is Unicode character 𬀟?

The Unicode character 𬀟 U+2C01F 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+2C01F.

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!