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

What is Unicode character 𬢅?

The Unicode character 𬢅 U+2C885 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+2C885.

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!