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

What is Unicode character 𬣘?

The Unicode character 𬣘 U+2C8D8 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+2C8D8.

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!