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

What is Unicode character 𬗨?

The Unicode character 𬗨 U+2C5E8 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+2C5E8.

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!