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

What is Unicode character 𨞹?

The Unicode character 𨞹 U+287B9 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+287B9.

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!