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

What is Unicode character 𦎿?

The Unicode character 𦎿 U+263BF 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+263BF.

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!