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

What is Unicode character 𬺁?

The Unicode character 𬺁 U+2CE81 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+2CE81.

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!