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

What is Unicode character 𢎼?

The Unicode character 𢎼 U+223BC 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+223BC.

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!