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

What is Unicode character 𬫬?

The Unicode character 𬫬 U+2CAEC 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+2CAEC.

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!