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

What is Unicode character 𧎨?

The Unicode character 𧎨 U+273A8 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+273A8.

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!