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

What is Unicode character 𪹓?

The Unicode character 𪹓 U+2AE53 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+2AE53.

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!