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

What is Unicode character 𦃼?

The Unicode character 𦃼 U+260FC 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+260FC.

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!