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

What is Unicode character 𬩌?

The Unicode character 𬩌 U+2CA4C 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+2CA4C.

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!