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

What is Unicode character 𪹵?

The Unicode character 𪹵 U+2AE75 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+2AE75.

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!