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

What is Unicode character 𨀛?

The Unicode character 𨀛 U+2801B 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+2801B.

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!