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

What is Unicode character 𬯰?

The Unicode character 𬯰 U+2CBF0 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+2CBF0.

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!