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

What is Unicode character 𬆭?

The Unicode character 𬆭 U+2C1AD 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+2C1AD.

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!