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

What is Unicode character 𨛼?

The Unicode character 𨛼 U+286FC 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+286FC.

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!