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

What is Unicode character 𦎲?

The Unicode character 𦎲 U+263B2 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+263B2.

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!