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

What is Unicode character 𬜕?

The Unicode character 𬜕 U+2C715 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C715.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!