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

What is Unicode character 𪹕?

The Unicode character 𪹕 U+2AE55 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+2AE55.

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!