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

What is Unicode character 𬫎?

The Unicode character 𬫎 U+2CACE 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+2CACE.

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!