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

What is Unicode character 𦏀?

The Unicode character 𦏀 U+263C0 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+263C0.

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!