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

What is Unicode character 𪵵?

The Unicode character 𪵵 U+2AD75 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+2AD75.

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!