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

What is Unicode character 𬫕?

The Unicode character 𬫕 U+2CAD5 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+2CAD5.

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!