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

What is Unicode character 𪵓?

The Unicode character 𪵓 U+2AD53 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+2AD53.

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!