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

What is Unicode character 𦎰?

The Unicode character 𦎰 U+263B0 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+263B0.

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!