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

What is Unicode character 𦏭?

The Unicode character 𦏭 U+263ED 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+263ED.

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!