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

What is Unicode character 𨟙?

The Unicode character 𨟙 U+287D9 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+287D9.

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!