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

What is Unicode character 𬣅?

The Unicode character 𬣅 U+2C8C5 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+2C8C5.

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!