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

What is Unicode character 𬯅?

The Unicode character 𬯅 U+2CBC5 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+2CBC5.

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!