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

What is Unicode character 𬨆?

The Unicode character 𬨆 U+2CA06 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+2CA06.

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!