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

What is Unicode character 𦎭?

The Unicode character 𦎭 U+263AD 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+263AD.

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!