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

What is Unicode character 𬺎?

The Unicode character 𬺎 U+2CE8E 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+2CE8E.

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!