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

What is Unicode character 𬨅?

The Unicode character 𬨅 U+2CA05 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+2CA05.

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!