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

What is Unicode character 𨝷?

The Unicode character 𨝷 U+28777 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+28777.

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!