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

What is Unicode character 𨟡?

The Unicode character 𨟡 U+287E1 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+287E1.

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!