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

What is Unicode character 𦎢?

The Unicode character 𦎢 U+263A2 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+263A2.

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!