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

What is Unicode character 𨝘?

The Unicode character 𨝘 U+28758 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+28758.

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!