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

What is Unicode character 𦛺?

The Unicode character 𦛺 U+266FA 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+266FA.

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!