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

What is Unicode character 𬨂?

The Unicode character 𬨂 U+2CA02 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+2CA02.

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!