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

What is Unicode character 𪦡?

The Unicode character 𪦡 U+2A9A1 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+2A9A1.

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!