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

What is Unicode character 𢀕?

The Unicode character 𢀕 U+22015 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+22015.

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!