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

What is Unicode character 𨛺?

The Unicode character 𨛺 U+286FA 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+286FA.

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!