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

What is Unicode character 𪺝?

The Unicode character 𪺝 U+2AE9D 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+2AE9D.

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!