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

What is Unicode character 𬲼?

The Unicode character 𬲼 U+2CCBC 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+2CCBC.

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!