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

What is Unicode character 𪵔?

The Unicode character 𪵔 U+2AD54 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+2AD54.

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!