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

What is Unicode character 𬩝?

The Unicode character 𬩝 U+2CA5D 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+2CA5D.

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!