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

What is Unicode character 𪵖?

The Unicode character 𪵖 U+2AD56 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+2AD56.

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!