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

What is Unicode character 𨟉?

The Unicode character 𨟉 U+287C9 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+287C9.

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!