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

What is Unicode character 𨝸?

The Unicode character 𨝸 U+28778 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+28778.

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!