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

What is Unicode character 𬬬?

The Unicode character 𬬬 U+2CB2C 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+2CB2C.

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!