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

What is Unicode character 𨀍?

The Unicode character 𨀍 U+2800D 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+2800D.

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!