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

What is Unicode character 𦎼?

The Unicode character 𦎼 U+263BC 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+263BC.

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!