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

What is Unicode character 𬦩?

The Unicode character 𬦩 U+2C9A9 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+2C9A9.

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!