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

What is Unicode character 𬫺?

The Unicode character 𬫺 U+2CAFA 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+2CAFA.

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!