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

What is Unicode character 𬫨?

The Unicode character 𬫨 U+2CAE8 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+2CAE8.

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!