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

What is Unicode character 𪵕?

The Unicode character 𪵕 U+2AD55 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+2AD55.

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!