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

What is Unicode character 𨟪?

The Unicode character 𨟪 U+287EA 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+287EA.

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!