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

What is Unicode character 𨞖?

The Unicode character 𨞖 U+28796 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+28796.

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!