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

What is Unicode character 𪹟?

The Unicode character 𪹟 U+2AE5F 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+2AE5F.

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!