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

What is Unicode character 𦃰?

The Unicode character 𦃰 U+260F0 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+260F0.

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!