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

What is Unicode character 𨛢?

The Unicode character 𨛢 U+286E2 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+286E2.

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!