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

What is Unicode character 𨞦?

The Unicode character 𨞦 U+287A6 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+287A6.

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!