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

What is Unicode character 𢔕?

The Unicode character 𢔕 U+22515 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+22515.

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!