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

What is Unicode character 𬢍?

The Unicode character 𬢍 U+2C88D 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+2C88D.

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!