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

What is Unicode character 𬲾?

The Unicode character 𬲾 U+2CCBE 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+2CCBE.

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!