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

What is Unicode character 𬲗?

The Unicode character 𬲗 U+2CC97 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+2CC97.

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!