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

What is Unicode character 𢂾?

The Unicode character 𢂾 U+220BE 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+220BE.

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!