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

What is Unicode character 𬲡?

The Unicode character 𬲡 U+2CCA1 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+2CCA1.

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!