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

What is Unicode character 𬯶?

The Unicode character 𬯶 U+2CBF6 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+2CBF6.

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!