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

What is Unicode character 𬯺?

The Unicode character 𬯺 U+2CBFA 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+2CBFA.

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!