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

What is Unicode character 𬲝?

The Unicode character 𬲝 U+2CC9D 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+2CC9D.

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!