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

What is Unicode character 𧎲?

The Unicode character 𧎲 U+273B2 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+273B2.

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!