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

What is Unicode character 𬂅?

The Unicode character 𬂅 U+2C085 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+2C085.

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!