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>&#155660;</p>
📋
CSS .selector { content: '\2600C' };
📋
JS var unicodeA = '\u2600C ';
📋
CPP char unicodeA = ' \u2600C ';
📋
Java char unicodeA = '\u2600C';
📋
Python unicodeA = '\u2600C'
📋

What is Unicode character 𦀌?

The Unicode character 𦀌 U+2600C 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+2600C.

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!