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

What is Unicode character 𬺅?

The Unicode character 𬺅 U+2CE85 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+2CE85.

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!