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

What is Unicode character 𬯼?

The Unicode character 𬯼 U+2CBFC 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+2CBFC.

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!