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

What is Unicode character 𦏊?

The Unicode character 𦏊 U+263CA 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+263CA.

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!