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

What is Unicode character 𬦧?

The Unicode character 𬦧 U+2C9A7 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+2C9A7.

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!