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

What is Unicode character 𨝵?

The Unicode character 𨝵 U+28775 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+28775.

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!