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

What is Unicode character 𬲺?

The Unicode character 𬲺 U+2CCBA 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+2CCBA.

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!