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

What is Unicode character 𬀐?

The Unicode character 𬀐 U+2C010 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+2C010.

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!