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

What is Unicode character 𨀯?

The Unicode character 𨀯 U+2802F 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+2802F.

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!