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

What is Unicode character 𨟭?

The Unicode character 𨟭 U+287ED 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+287ED.

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!