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

What is Unicode character 𨝢?

The Unicode character 𨝢 U+28762 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28762.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!