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

What is Unicode character 𢆾?

The Unicode character 𢆾 U+221BE 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+221BE.

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!