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

What is Unicode character 𨞓?

The Unicode character 𨞓 U+28793 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+28793.

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!