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

What is Unicode character 𬵢?

The Unicode character 𬵢 U+2CD62 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+2CD62.

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!