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

What is Unicode character 𬯢?

The Unicode character 𬯢 U+2CBE2 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+2CBE2.

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!