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

What is Unicode character 𧎢?

The Unicode character 𧎢 U+273A2 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+273A2.

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!