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

What is Unicode character 𬦪?

The Unicode character 𬦪 U+2C9AA 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+2C9AA.

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!