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

What is Unicode character 𬦢?

The Unicode character 𬦢 U+2C9A2 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+2C9A2.

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!