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

What is Unicode character 𬲰?

The Unicode character 𬲰 U+2CCB0 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+2CCB0.

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!