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

What is Unicode character 𬄁?

The Unicode character 𬄁 U+2C101 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+2C101.

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!