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

What is Unicode character 𬢈?

The Unicode character 𬢈 U+2C888 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+2C888.

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!