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

What is Unicode character 𪦗?

The Unicode character 𪦗 U+2A997 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+2A997.

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!