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

What is Unicode character 𨝗?

The Unicode character 𨝗 U+28757 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+28757.

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!