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

What is Unicode character 𨝕?

The Unicode character 𨝕 U+28755 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+28755.

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!