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

What is Unicode character 𧎣?

The Unicode character 𧎣 U+273A3 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+273A3.

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!