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

What is Unicode character 𪦨?

The Unicode character 𪦨 U+2A9A8 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A9A8.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!