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

What is Unicode character 𨀑?

The Unicode character 𨀑 U+28011 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+28011.

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!