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

What is Unicode character 𪝵?

The Unicode character 𪝵 U+2A775 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+2A775.

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!