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

What is Unicode character 𬳎?

The Unicode character 𬳎 U+2CCCE 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+2CCCE.

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!