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

What is Unicode character 𪦦?

The Unicode character 𪦦 U+2A9A6 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+2A9A6.

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!