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

What is Unicode character 𬯏?

The Unicode character 𬯏 U+2CBCF 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+2CBCF.

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!