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

What is Unicode character 𨞔?

The Unicode character 𨞔 U+28794 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+28794.

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!