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

What is Unicode character 𪺍?

The Unicode character 𪺍 U+2AE8D 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+2AE8D.

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!