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

What is Unicode character 𨀏?

The Unicode character 𨀏 U+2800F 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+2800F.

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!