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

What is Unicode character 𪵝?

The Unicode character 𪵝 U+2AD5D 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+2AD5D.

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!