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

What is Unicode character 𨟩?

The Unicode character 𨟩 U+287E9 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+287E9.

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!