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

What is Unicode character 𦏺?

The Unicode character 𦏺 U+263FA 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+263FA.

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!