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

What is Unicode character 𬢌?

The Unicode character 𬢌 U+2C88C 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+2C88C.

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!