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

What is Unicode character 𬯎?

The Unicode character 𬯎 U+2CBCE 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+2CBCE.

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!