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

What is Unicode character 𬣬?

The Unicode character 𬣬 U+2C8EC 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+2C8EC.

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!