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

What is Unicode character 𬪢?

The Unicode character 𬪢 U+2CAA2 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+2CAA2.

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!