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

What is Unicode character 𧎺?

The Unicode character 𧎺 U+273BA 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+273BA.

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!