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

What is Unicode character 𬴵?

The Unicode character 𬴵 U+2CD35 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+2CD35.

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!