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

What is Unicode character 𦀼?

The Unicode character 𦀼 U+2603C 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+2603C.

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!