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

What is Unicode character 𪺟?

The Unicode character 𪺟 U+2AE9F 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+2AE9F.

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!