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

What is Unicode character 𦎵?

The Unicode character 𦎵 U+263B5 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+263B5.

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!