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

What is Unicode character 𨝙?

The Unicode character 𨝙 U+28759 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+28759.

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!