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

What is Unicode character 𦏰?

The Unicode character 𦏰 U+263F0 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+263F0.

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!