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>&#165606;</p>
📋
CSS .selector { content: '\286E6' };
📋
JS var unicodeA = '\u286E6 ';
📋
CPP char unicodeA = ' \u286E6 ';
📋
Java char unicodeA = '\u286E6';
📋
Python unicodeA = '\u286E6'
📋

What is Unicode character 𨛦?

The Unicode character 𨛦 U+286E6 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+286E6.

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!