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

What is Unicode character 𬯣?

The Unicode character 𬯣 U+2CBE3 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+2CBE3.

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!