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

What is Unicode character 𪵟?

The Unicode character 𪵟 U+2AD5F 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+2AD5F.

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!