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

What is Unicode character 𪝝?

The Unicode character 𪝝 U+2A75D 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+2A75D.

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!