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

What is Unicode character 𪺦?

The Unicode character 𪺦 U+2AEA6 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+2AEA6.

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!