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

What is Unicode character 𪺗?

The Unicode character 𪺗 U+2AE97 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+2AE97.

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!