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

What is Unicode character 𨀕?

The Unicode character 𨀕 U+28015 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+28015.

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!