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

What is Unicode character 𨀝?

The Unicode character 𨀝 U+2801D 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+2801D.

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!