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

What is Unicode character 𬦨?

The Unicode character 𬦨 U+2C9A8 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+2C9A8.

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!