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

What is Unicode character 𬶅?

The Unicode character 𬶅 U+2CD85 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+2CD85.

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!