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

What is Unicode character 𢎾?

The Unicode character 𢎾 U+223BE 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+223BE.

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!