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

What is Unicode character 𬀑?

The Unicode character 𬀑 U+2C011 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+2C011.

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!