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

What is Unicode character 𨟏?

The Unicode character 𨟏 U+287CF 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+287CF.

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!