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

What is Unicode character 𢆼?

The Unicode character 𢆼 U+221BC 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+221BC.

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!