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

What is Unicode character 𬯀?

The Unicode character 𬯀 U+2CBC0 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+2CBC0.

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!