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

What is Unicode character 𬣌?

The Unicode character 𬣌 U+2C8CC 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+2C8CC.

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!