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>&#182012;</p>
📋
CSS .selector { content: '\2C6FC' };
📋
JS var unicodeA = '\u2C6FC ';
📋
CPP char unicodeA = ' \u2C6FC ';
📋
Java char unicodeA = '\u2C6FC';
📋
Python unicodeA = '\u2C6FC'
📋

What is Unicode character 𬛼?

The Unicode character 𬛼 U+2C6FC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C6FC.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!