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

What is Unicode character 𬫢?

The Unicode character 𬫢 U+2CAE2 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+2CAE2.

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!