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

What is Unicode character 𬡝?

The Unicode character 𬡝 U+2C85D 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+2C85D.

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!