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

What is Unicode character 𦀺?

The Unicode character 𦀺 U+2603A 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+2603A.

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!