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

What is Unicode character 𦛼?

The Unicode character 𦛼 U+266FC 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+266FC.

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!