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

What is Unicode character 𬲣?

The Unicode character 𬲣 U+2CCA3 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+2CCA3.

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!