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

What is Unicode character 𪺵?

The Unicode character 𪺵 U+2AEB5 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+2AEB5.

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!