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

What is Unicode character 𬲬?

The Unicode character 𬲬 U+2CCAC 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+2CCAC.

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!