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

What is Unicode character 𬫲?

The Unicode character 𬫲 U+2CAF2 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+2CAF2.

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!