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

What is Unicode character 𬪺?

The Unicode character 𬪺 U+2CABA 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+2CABA.

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!