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

What is Unicode character 𬣍?

The Unicode character 𬣍 U+2C8CD 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+2C8CD.

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!