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

What is Unicode character 𢎺?

The Unicode character 𢎺 U+223BA 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+223BA.

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!