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

What is Unicode character 𬲧?

The Unicode character 𬲧 U+2CCA7 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+2CCA7.

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!