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

What is Unicode character 𪵢?

The Unicode character 𪵢 U+2AD62 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+2AD62.

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!