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>&#156602;</p>
📋
CSS .selector { content: '\263BA' };
📋
JS var unicodeA = '\u263BA ';
📋
CPP char unicodeA = ' \u263BA ';
📋
Java char unicodeA = '\u263BA';
📋
Python unicodeA = '\u263BA'
📋

What is Unicode character 𦎺?

The Unicode character 𦎺 U+263BA 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+263BA.

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!