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

What is Unicode character 𨀟?

The Unicode character 𨀟 U+2801F 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+2801F.

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!