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

What is Unicode character 𧎧?

The Unicode character 𧎧 U+273A7 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+273A7.

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!