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

What is Unicode character 𬯬?

The Unicode character 𬯬 U+2CBEC 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+2CBEC.

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!