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

What is Unicode character 𬨤?

The Unicode character 𬨤 U+2CA24 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+2CA24.

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!