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

What is Unicode character 𦏍?

The Unicode character 𦏍 U+263CD 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+263CD.

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!