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

What is Unicode character 𢎰?

The Unicode character 𢎰 U+223B0 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+223B0.

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!