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

What is Unicode character 𬨺?

The Unicode character 𬨺 U+2CA3A 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+2CA3A.

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!