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

What is Unicode character 𬨼?

The Unicode character 𬨼 U+2CA3C 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+2CA3C.

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!