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

What is Unicode character 𨟖?

The Unicode character 𨟖 U+287D6 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+287D6.

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!