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

What is Unicode character 𦏕?

The Unicode character 𦏕 U+263D5 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+263D5.

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!