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

What is Unicode character 𨛣?

The Unicode character 𨛣 U+286E3 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+286E3.

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!