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

What is Unicode character 𪹖?

The Unicode character 𪹖 U+2AE56 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+2AE56.

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!