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

What is Unicode character 𨞃?

The Unicode character 𨞃 U+28783 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+28783.

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!