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

What is Unicode character 𪹝?

The Unicode character 𪹝 U+2AE5D 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+2AE5D.

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!