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

What is Unicode character 𧛼?

The Unicode character 𧛼 U+276FC 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+276FC.

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!