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

What is Unicode character 𬳬?

The Unicode character 𬳬 U+2CCEC 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+2CCEC.

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!