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

What is Unicode character 𨀚?

The Unicode character 𨀚 U+2801A 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+2801A.

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!