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

What is Unicode character 𦃌?

The Unicode character 𦃌 U+260CC 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+260CC.

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!