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

What is Unicode character 𨝶?

The Unicode character 𨝶 U+28776 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+28776.

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!