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>&#165800;</p>
📋
CSS .selector { content: '\287A8' };
📋
JS var unicodeA = '\u287A8 ';
📋
CPP char unicodeA = ' \u287A8 ';
📋
Java char unicodeA = '\u287A8';
📋
Python unicodeA = '\u287A8'
📋

What is Unicode character 𨞨?

The Unicode character 𨞨 U+287A8 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+287A8.

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!