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

What is Unicode character 𬣚?

The Unicode character 𬣚 U+2C8DA 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+2C8DA.

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!