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

What is Unicode character 𦃀?

The Unicode character 𦃀 U+260C0 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+260C0.

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!