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

What is Unicode character 𬫦?

The Unicode character 𬫦 U+2CAE6 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+2CAE6.

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!