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

What is Unicode character 𬩖?

The Unicode character 𬩖 U+2CA56 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+2CA56.

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!