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

What is Unicode character 𬺡?

The Unicode character 𬺡 U+2CEA1 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+2CEA1.

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!