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

What is Unicode character 𬩕?

The Unicode character 𬩕 U+2CA55 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+2CA55.

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!