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

What is Unicode character 𬣨?

The Unicode character 𬣨 U+2C8E8 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+2C8E8.

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!