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

What is Unicode character 𧎰?

The Unicode character 𧎰 U+273B0 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+273B0.

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!