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

What is Unicode character 𨝹?

The Unicode character 𨝹 U+28779 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+28779.

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!