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

What is Unicode character 𬢨?

The Unicode character 𬢨 U+2C8A8 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+2C8A8.

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!