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

What is Unicode character 𪝲?

The Unicode character 𪝲 U+2A772 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+2A772.

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!