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

What is Unicode character 𨞺?

The Unicode character 𨞺 U+287BA 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+287BA.

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!