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

What is Unicode character 𦏟?

The Unicode character 𦏟 U+263DF 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+263DF.

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!