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

What is Unicode character 𬲶?

The Unicode character 𬲶 U+2CCB6 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+2CCB6.

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!