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

What is Unicode character 𬢁?

The Unicode character 𬢁 U+2C881 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+2C881.

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!