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

What is Unicode character 𪺹?

The Unicode character 𪺹 U+2AEB9 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+2AEB9.

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!