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

What is Unicode character 𬨬?

The Unicode character 𬨬 U+2CA2C 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+2CA2C.

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!