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

What is Unicode character 𬹚?

The Unicode character 𬹚 U+2CE5A 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+2CE5A.

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!