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

What is Unicode character 𬣢?

The Unicode character 𬣢 U+2C8E2 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+2C8E2.

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!