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

What is Unicode character 𬯦?

The Unicode character 𬯦 U+2CBE6 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+2CBE6.

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!