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

What is Unicode character 𬴲?

The Unicode character 𬴲 U+2CD32 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+2CD32.

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!