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

What is Unicode character 𬹜?

The Unicode character 𬹜 U+2CE5C 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+2CE5C.

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!