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

What is Unicode character 𦏏?

The Unicode character 𦏏 U+263CF 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+263CF.

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!