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

What is Unicode character 𬡚?

The Unicode character 𬡚 U+2C85A 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+2C85A.

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!