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

What is Unicode character 𬣧?

The Unicode character 𬣧 U+2C8E7 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+2C8E7.

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!