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

What is Unicode character 𢜕?

The Unicode character 𢜕 U+22715 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+22715.

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!