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

What is Unicode character 𦃺?

The Unicode character 𦃺 U+260FA 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+260FA.

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!