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

What is Unicode character 𨜕?

The Unicode character 𨜕 U+28715 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+28715.

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!