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

What is Unicode character 𬲕?

The Unicode character 𬲕 U+2CC95 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+2CC95.

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!