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

What is Unicode character 𧎼?

The Unicode character 𧎼 U+273BC 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+273BC.

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!