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

What is Unicode character 𨟮?

The Unicode character 𨟮 U+287EE 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+287EE.

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!