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

What is Unicode character 𪝢?

The Unicode character 𪝢 U+2A762 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+2A762.

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!