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

What is Unicode character 𬲫?

The Unicode character 𬲫 U+2CCAB 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+2CCAB.

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!