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

What is Unicode character 𬺌?

The Unicode character 𬺌 U+2CE8C 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+2CE8C.

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!