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>&#140192;</p>
📋
CSS .selector { content: '\223A0' };
📋
JS var unicodeA = '\u223A0 ';
📋
CPP char unicodeA = ' \u223A0 ';
📋
Java char unicodeA = '\u223A0';
📋
Python unicodeA = '\u223A0'
📋

What is Unicode character 𢎠?

The Unicode character 𢎠 U+223A0 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+223A0.

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!