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

What is Unicode character 𧎡?

The Unicode character 𧎡 U+273A1 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+273A1.

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!