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

What is Unicode character 𨟫?

The Unicode character 𨟫 U+287EB 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+287EB.

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!