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

What is Unicode character 𬯡?

The Unicode character 𬯡 U+2CBE1 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+2CBE1.

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!