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

What is Unicode character 𬨄?

The Unicode character 𬨄 U+2CA04 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+2CA04.

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!