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

What is Unicode character 𨝣?

The Unicode character 𨝣 U+28763 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+28763.

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!