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

What is Unicode character 𪦢?

The Unicode character 𪦢 U+2A9A2 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+2A9A2.

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!